]> git.ipfire.org Git - thirdparty/lldpd.git/commit
client: fix a memory leak when changing lldpd configuration
authorVincent Bernat <bernat@luffy.cx>
Sat, 1 Jun 2013 10:07:43 +0000 (12:07 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sat, 1 Jun 2013 10:07:43 +0000 (12:07 +0200)
commitaba549a82a0f276325e22419b711fa0534078bd6
treec3bbe144c5d32b03569a99b3e864451920d1f8a7
parent93afd294af9b8a9a3e3396281f81f20e14a696d6
client: fix a memory leak when changing lldpd configuration

lldpd_config_cleanup() does not free the configuration structure.
src/daemon/client.c