summaryrefslogtreecommitdiff
path: root/otr/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'otr/options.cpp')
-rw-r--r--otr/options.cpp1
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();
}
}