From 7f076bbbc912d7313b374bcdedb138cc3002a560 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 8 Dec 2010 08:09:00 +0000 Subject: [PATCH] Fix crash on exit Originally committed to SVN as r4904. --- aegisub/src/frame_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/src/frame_main.cpp b/aegisub/src/frame_main.cpp index ee20306aa..81cb710a6 100644 --- a/aegisub/src/frame_main.cpp +++ b/aegisub/src/frame_main.cpp @@ -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;