Reverting back
diff --git a/nlsr-sync-0.0/nlsr_sync.c b/nlsr-sync-0.0/nlsr_sync.c
index f3ad3c4..3f8ddc1 100644
--- a/nlsr-sync-0.0/nlsr_sync.c
+++ b/nlsr-sync-0.0/nlsr_sync.c
@@ -74,20 +74,20 @@
     fflush(stdout);
     free(hexL);
     free(hexR);
-    //ccn_charbuf_destroy(&uri);
+    ccn_charbuf_destroy(&uri);
 
 
 	//--Doing our thing from here
  	struct ccn_indexbuf cid={0};
 
     	struct ccn_indexbuf *components=&cid;
-    	ccn_name_split (uri, components);
-    	ccn_name_chop(uri,components,-3);
+    	ccn_name_split (name, components);
+    	ccn_name_chop(name,components,-3);
 
-	process_content_from_sync(uri,components);
+	process_content_from_sync(name,components);
 
 
-	ccn_charbuf_destroy(&uri); 
+	//ccn_charbuf_destroy(&uri); 
 
   return(0);
 }