From 8289b5770dcd59a911c7372a471ffb7b3f34df9b Mon Sep 17 00:00:00 2001 From: sje Date: Tue, 20 Feb 2007 13:37:34 +0000 Subject: fix handling of fingerprint strings in options git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@124 4f64403b-2f21-0410-a795-97e2b3489a10 --- otr/options.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'otr/options.cpp') diff --git a/otr/options.cpp b/otr/options.cpp index 650da18..fd7d5bc 100644 --- a/otr/options.cpp +++ b/otr/options.cpp @@ -494,6 +494,7 @@ INT_PTR CALLBACK DlgProcOpts1(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPar for(std::map::iterator i = strlist.begin(); i != strlist.end(); i++) free(i->second); + strlist.clear(); } } -- cgit v1.2.3