commit | cecba947cdf28a30a3e13fa87e376a2db8d5b0a3 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Mon Feb 25 17:33:34 2013 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Mon Feb 25 17:33:34 2013 -0600 |
tree | 344a649b71120b1012b9f22204abd11b72d12fd4 | |
parent | 4b0e4ecf27434f5eec90004c7b3c95d82e37651b [diff] [blame] |
Memory Leak Reduction
diff --git a/nlsr_sync.c b/nlsr_sync.c index fbc679b..199b1df 100644 --- a/nlsr_sync.c +++ b/nlsr_sync.c
@@ -591,7 +591,7 @@ struct ccn_charbuf *topo = ccn_charbuf_create(); nlsr->closure=(struct ccns_name_closure *) - calloc(1,sizeof(struct ccns_name_closure)); + calloc(1,sizeof(struct ccns_name_closure)); // leak nlsr->slice = ccns_slice_create();