commit | 3cced64fc2b8f162aceeb73cefd608ac5ec2a3e6 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Mon Sep 24 16:20:20 2012 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Mon Sep 24 16:20:20 2012 -0500 |
tree | a737af5d029f65277bb04580d9c456478cd04e1d | |
parent | 9fe296bd343bc7ad85bd2afa0c08b6becfc90737 [diff] [blame] |
Multi Path Routing Complete
diff --git a/nlsr_ndn.c b/nlsr_ndn.c index 6c95460..99bc66d 100644 --- a/nlsr_ndn.c +++ b/nlsr_ndn.c
@@ -733,6 +733,7 @@ struct name_prefix *nbr=(struct name_prefix *)malloc(sizeof(struct name_prefix )); get_nbr(nbr,selfp,info); update_lsdb_interest_timed_out_zero_to_adl(nbr); + free(nbr); } }