diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-02-20 13:37:34 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-02-20 13:37:34 +0000 |
commit | 8289b5770dcd59a911c7372a471ffb7b3f34df9b (patch) | |
tree | 5ea2686e18e9cb602aa3df233e430b8d9a1f5162 /otr/options.cpp | |
parent | c8c5f2edbcddc14e4bc16f9dc8f6774a7fe9c73e (diff) |
fix handling of fingerprint strings in options
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@124 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'otr/options.cpp')
-rw-r--r-- | otr/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<HANDLE, char *>::iterator i = strlist.begin(); i != strlist.end(); i++)
free(i->second);
+ strlist.clear();
}
}
|