]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lib: fix memory leak when handling MED location data
authorVincent Bernat <vincent@bernat.im>
Sat, 11 Jul 2015 21:10:04 +0000 (23:10 +0200)
committerVincent Bernat <vincent@bernat.im>
Sat, 11 Jul 2015 21:10:04 +0000 (23:10 +0200)
commitfa2890879e7467e5bf3c8ff0781b8f6f893dc810
treeb3b8dcb50e5f6411f5534fe8813676b5711d0568
parent88301db13d095f7e6b116faef2b4c90a4135e934
lib: fix memory leak when handling MED location data

When formatting fixed precision data, the result was copied into the
atom but the original wasn't freed.
src/lib/atoms/med.c