mirror of https://github.com/odrling/Aegisub
parent
715a346d84
commit
c84a44dc59
|
@ -376,6 +376,10 @@ void FrameMain::InitContents() {
|
|||
}
|
||||
|
||||
void FrameMain::DeInitContents() {
|
||||
//ghetto hack to free all AssFile junk properly, eliminates lots of memory leaks
|
||||
AssFile::StackReset();
|
||||
delete AssFile::top;
|
||||
|
||||
delete EditBox;
|
||||
delete videoBox;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue