Tracking Bug
diff --git a/nlsr-sync-0.0/nlsr_sync.c b/nlsr-sync-0.0/nlsr_sync.c
index 049c4b5..2b45a1e 100644
--- a/nlsr-sync-0.0/nlsr_sync.c
+++ b/nlsr-sync-0.0/nlsr_sync.c
@@ -710,13 +710,14 @@
// 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;
}