On 10/9/21 08:00, David Kahurani wrote:
ct->expression gets overwritten with each call to strmake. Save its address in a temporary variable inorder to free it later on and avoid a memory leak
Signed-off-by: David Kahurani k.kahurani@gmail.com
tools/winedump/msmangle.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
Thanks for the patch, but we don't consider it worthwhile to free memory in short-lived programs.