]> git.puffer.fish Git - mirror/frr.git/commit
lib: plug leak in prefix_list_delete()
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 1 Feb 2017 12:21:40 +0000 (13:21 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 1 Feb 2017 12:24:37 +0000 (13:24 +0100)
commit98645ada192f0e359bda8eff4656827443edda39
tree61be91eb5792b953b4f15ec671c4e3c140d01459
parentb5a8526b1328f801edd9558825e5b025e54e503f
lib: plug leak in prefix_list_delete()

prefix_list_delete wasn't releasing chained trie entries, only the main
one.  Just call the proper trie_del.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/plist.c