]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldpcli: fix memory leak with use of readline
authorVincent Bernat <vincent@bernat.im>
Tue, 14 Jun 2016 09:58:21 +0000 (11:58 +0200)
committerVincent Bernat <vincent@bernat.im>
Tue, 14 Jun 2016 09:58:21 +0000 (11:58 +0200)
commit21f243c760596afb5c772473ce24e8c6646dfbd7
tree09d7ebcb6f5afb77ba52cc703545f0a2e85a89f9
parent45369c0ac4e1ad44ad78e4dafeae8da2eddb9dde
lldpcli: fix memory leak with use of readline

The lines returned by readline() should be freed.
src/client/lldpcli.c