]> granicus.if.org Git - libnl/commit
hashtable: Fix reference leak in nl_hashtable_free()
authorThomas Graf <tgraf@suug.ch>
Sat, 10 Nov 2012 09:52:26 +0000 (10:52 +0100)
committerThomas Graf <tgraf@suug.ch>
Sat, 10 Nov 2012 09:52:26 +0000 (10:52 +0100)
commit59a6b003a95cdceb60e17c8cf765efc0d7bec797
treec1c4376797d9f1331837949afb68c577316f8dbb
parentae1e236809d79f932b38a154ba1c2fce75f03701
hashtable: Fix reference leak in nl_hashtable_free()

The reference counter of the linked object must be dec'ed
before freeing the node or the reference is leaked.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
lib/hashtable.c