]> git.ipfire.org Git - thirdparty/lldpd.git/commit
event: correctly free event base
authorVincent Bernat <vincent@bernat.im>
Fri, 30 Sep 2016 18:00:02 +0000 (20:00 +0200)
committerVincent Bernat <vincent@bernat.im>
Fri, 30 Sep 2016 18:00:55 +0000 (20:00 +0200)
commitf144d837d6abf587341b282e01fb74362ac497c5
tree103cae91520e2549715655097b61f6a0edb7a128
parente47140de546f60636341b2e26470680dd9e7b62a
event: correctly free event base

This removes a bunch a false positive in valgrind memcheck where some
allocations where done on the base and not freed when only the
associated events where freed. Related to #192.
src/daemon/event.c
src/daemon/lldpd.c
src/daemon/lldpd.h