Fix crash on exit

Originally committed to SVN as r4904.
This commit is contained in:
Thomas Goyne 2010-12-08 08:09:00 +00:00
parent c15777f844
commit 7f076bbbc9
1 changed files with 1 additions and 0 deletions

View File

@ -630,6 +630,7 @@ void FrameMain::DeInitContents() {
if (detachedVideo) detachedVideo->Destroy();
if (stylingAssistant) stylingAssistant->Destroy();
SubsGrid->ClearMaps();
delete audioBox;
delete EditBox;
delete videoBox;
delete ass;