unstrip: Fix small leak in handle_output_dir_module.
authorMark Wielaard <mark@klomp.org>
Sat, 3 Apr 2021 17:36:12 +0000 (19:36 +0200)
committerMark Wielaard <mark@klomp.org>
Tue, 13 Apr 2021 12:45:34 +0000 (14:45 +0200)
commit1261691accb3f224ebbaef438a641273c4c3c49f
tree35ed6190e87b4de670be674d1ee6c8f63faab345
parentb58516a620c70db026b13f6c36b634d3ae7f1739
unstrip: Fix small leak in handle_output_dir_module.

eu-unstrip might leak a string for each module found when using the -d
option. Make sure to free the output_file name when we are done with the
module.

Signed-off-by: Mark Wielaard <mark@klomp.org>
src/ChangeLog
src/unstrip.c