summaryrefslogtreecommitdiff
path: root/zebra/interface.c
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2016-04-03 12:46:25 -0300
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-04-06 08:06:33 -0400
commita5c63cea79a20f0fa471977baf997fb75a56ea7d (patch)
treef6bce2cb9bc16aa7ce1a0cc864c6c05b502342ef /zebra/interface.c
parent0f48374b387d423d037fae779da06cd1dd90bf10 (diff)
isisd: work around route table asserts for deleting node with info
The route table code in lib/table.c triggers an assertion when a route node with rn->info != NULL reaches refcount 0, probably to avoid memleaks. In this particular case, this is not an issue, since the info will be freed by the destructor. However, since removing this assertion probably requires more discussion, just make sure that rn->info gets freed and unset before its refcount is decremented to zero. Signed-off-by: Christian Franke <nobody@nowhere.ws>
Diffstat (limited to 'zebra/interface.c')
0 files changed, 0 insertions, 0 deletions