Code Review
/
hicn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
abc8c3c
)
[HICN-420] MAP-Me code refactoring & face manager changes in support of mobility
61/23961/1
author
Jordan Augé
<jordan.auge+fdio@cisco.com>
Thu, 12 Dec 2019 12:45:59 +0000
(13:45 +0100)
committer
Jordan Augé
<jordan.auge+fdio@cisco.com>
Thu, 12 Dec 2019 12:45:59 +0000
(13:45 +0100)
Change-Id: I0ee0c7e744c71d0345386c2886b0d6cfa05c07d1
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
hicn-light/src/hicn/core/mapme.c
patch
|
blob
|
history
diff --git
a/hicn-light/src/hicn/core/mapme.c
b/hicn-light/src/hicn/core/mapme.c
index
d5475f2
..
79c8a07
100644
(file)
--- a/
hicn-light/src/hicn/core/mapme.c
+++ b/
hicn-light/src/hicn/core/mapme.c
@@
-566,6
+566,9
@@
mapme_onConnectionEvent(const MapMe *mapme, const Connection *conn_added, connec
FibEntry *fibEntry = (FibEntry *)fibEntryList_Get(fiblist, i);
mapme_reconsiderFibEntry(mapme, fibEntry);
}
+
+ fibEntryList_Destroy(&fiblist);
+
INFO(mapme, "[MAP-Me] Done");
}