mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Windows: fix leak of a Filename.
Introduced inf8e1a2b3a9
. (cherry picked from commit6ec424059c
)
This commit is contained in:
parent
457eb6127f
commit
f58ddf26fe
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user