Bug Fix (0) Face
diff --git a/nlsr-sync-0.0/nlsr_sync.c b/nlsr-sync-0.0/nlsr_sync.c
index 2b45a1e..c63df07 100644
--- a/nlsr-sync-0.0/nlsr_sync.c
+++ b/nlsr-sync-0.0/nlsr_sync.c
@@ -710,13 +710,13 @@
 // 	Obaid: commenting out the following lines to resolve a bug. 
 //	If commenting them can resolve the issue, then we 
 //	need to call them before terminating the program.
-*/
     ccns_slice_destroy(&slice);
     ccn_charbuf_destroy(&prefix);
     ccn_charbuf_destroy(&topo);
     ccn_charbuf_destroy(&clause);
     ccn_charbuf_destroy(&slice_name);
     ccn_charbuf_destroy(&slice_uri);
+*/
 
     return 0;
 }