mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-27 02:02:26 +00:00
Paul van der Meij points out that do_reconfig() should not free
dp.errtitle, since it's also freed in dp_cleanup(). Minefield agrees. Fixed. [originally from svn r3743]
This commit is contained in:
parent
6ee9738055
commit
bb2ee13a8a
1
windlg.c
1
windlg.c
@ -648,7 +648,6 @@ int do_reconfig(HWND hwnd)
|
|||||||
ctrl_free_box(ctrlbox);
|
ctrl_free_box(ctrlbox);
|
||||||
winctrl_cleanup(&ctrls_base);
|
winctrl_cleanup(&ctrls_base);
|
||||||
winctrl_cleanup(&ctrls_panel);
|
winctrl_cleanup(&ctrls_panel);
|
||||||
sfree(dp.errtitle);
|
|
||||||
dp_cleanup(&dp);
|
dp_cleanup(&dp);
|
||||||
|
|
||||||
if (!ret)
|
if (!ret)
|
||||||
|
Loading…
Reference in New Issue
Block a user