From: Jonathan McDowell Date: Wed, 31 Jul 2019 19:49:30 +0000 (+0100) Subject: Fix potential memory leak in wotsap tool X-Git-Tag: onak-0.6.0~46 X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=d1b4ba940d6bed575b40ac1026514c0b97d5128b;hp=d1b4ba940d6bed575b40ac1026514c0b97d5128b;p=onak.git Fix potential memory leak in wotsap tool 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. ---