1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Fixed some memory leaks in the style manager detected by valgrind

Originally committed to SVN as r2963.
This commit is contained in:
harukalover 2009-05-21 22:15:32 +00:00
parent 68d2681193
commit acf2f5fa40

View File

@ -228,6 +228,9 @@ DialogStyleManager::~DialogStyleManager() {
if (sel != wxNOT_FOUND) {
AssFile::top->SetScriptInfo(_T("Last Style Storage"),CatalogList->GetString(sel));
}
CatalogList->PopEventHandler(true);
StorageList->PopEventHandler(true);
CurrentList->PopEventHandler(true);
}