]> the.earth.li Git - onak.git/commitdiff
Fix potential memory leak in wotsap tool
authorJonathan McDowell <noodles@earth.li>
Wed, 31 Jul 2019 19:49:30 +0000 (20:49 +0100)
committerJonathan McDowell <noodles@earth.li>
Wed, 31 Jul 2019 19:49:30 +0000 (20:49 +0100)
In failure paths we can leak the memory allocated to hold the directory
path. This isn't really a problem, as we'll exit shortly afterwards, but
scan-build complains and we should really fix for completeness.


No differences found