1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Windows: fix leak of a Filename.

Introduced in f8e1a2b3a9.
This commit is contained in:
Jacob Nevins 2025-01-07 21:04:54 +00:00
parent e3272f19e0
commit 6ec424059c

View File

@ -2014,6 +2014,7 @@ bool winctrl_handle_command(struct dlgparam *dp, UINT msg,
ctrl->handler(ctrl, dp, dp->data, EVENT_ACTION); ctrl->handler(ctrl, dp, dp->data, EVENT_ACTION);
c->data = NULL; c->data = NULL;
} }
filename_free(fn);
} }
} }
break; break;