X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/71581f966353977ea2ee12e2ec02ac5905fdcb5d..c173021fc05ef218f3731717ee28c760c4f72f1e:/mac/macdlg.c diff --git a/mac/macdlg.c b/mac/macdlg.c index 2ec10625..28201d92 100644 --- a/mac/macdlg.c +++ b/mac/macdlg.c @@ -113,6 +113,7 @@ static void mac_config(int midsession) else str = dupprintf("%s Configuration", appname); c2pstrcpy(mactitle, str); + sfree(str); SetWTitle(s->settings_window, mactitle); ShowWindow(s->settings_window); }