]> granicus.if.org Git - libnl/commit
Fix memory leak when parsing netlink messages into caches
authorThomas Graf <tgr@deb.localdomain>
Mon, 17 Dec 2007 15:52:41 +0000 (16:52 +0100)
committerThomas Graf <tgr@deb.localdomain>
Mon, 17 Dec 2007 15:52:41 +0000 (16:52 +0100)
commit155ad439a49df034ec58ee4218834bc5b0120515
treef57b8516e88f929f68f75ce08ae6bdc2220db4ca
parent91c330aae51cd6cd44ad730e10dc82724998c810
Fix memory leak when parsing netlink messages into caches

The reference created by the parsers was never given back.
14 files changed:
lib/fib_lookup/lookup.c
lib/genl/ctrl.c
lib/netfilter/ct.c
lib/netfilter/log.c
lib/route/addr.c
lib/route/class.c
lib/route/classifier.c
lib/route/link.c
lib/route/neigh.c
lib/route/neightbl.c
lib/route/qdisc.c
lib/route/route.c
lib/route/rule.c
lib/socket.c