Re: [PATCH] unstrip: Fix small leak in handle_output_dir_module.

2021-04-13 Thread Mark Wielaard
On Sat, Apr 03, 2021 at 07:38:07PM +0200, Mark Wielaard wrote: > 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. Pushed.

[PATCH] unstrip: Fix small leak in handle_output_dir_module.

2021-04-03 Thread Mark Wielaard
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 --- src/ChangeLog | 4 src/unstrip.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/ChangeLog b/sr