Fix crash on exit
Originally committed to SVN as r4904.
This commit is contained in:
parent
c15777f844
commit
7f076bbbc9
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue