1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +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:
Simon Tatham 2004-01-20 19:46:00 +00:00
parent 6ee9738055
commit bb2ee13a8a

View File

@ -648,7 +648,6 @@ int do_reconfig(HWND hwnd)
ctrl_free_box(ctrlbox);
winctrl_cleanup(&ctrls_base);
winctrl_cleanup(&ctrls_panel);
sfree(dp.errtitle);
dp_cleanup(&dp);
if (!ret)