From 3be38773c00e8f7969332c048835aa2f4b0f8bd4 Mon Sep 17 00:00:00 2001 From: Owen Dunn Date: Fri, 28 Jan 2005 11:50:56 +0000 Subject: [PATCH] sfree the memory dupprintf allocated git-svn-id: http://svn.tartarus.org/sgt/putty@5221 cda61777-01e9-0310-a592-d414129be87e --- mac/macdlg.c | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.45.2