aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/gui/gui.cpp')
-rw-r--r--engines/sci/gui/gui.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sci/gui/gui.cpp b/engines/sci/gui/gui.cpp
index 15087adf4d..90695b7f7d 100644
--- a/engines/sci/gui/gui.cpp
+++ b/engines/sci/gui/gui.cpp
@@ -68,6 +68,12 @@ SciGui::SciGui() {
}
SciGui::~SciGui() {
+ delete _controls;
+ delete _windowMgr;
+ delete _text;
+ delete _animate;
+ delete _transitions;
+ delete _gfx;
}
void SciGui::resetEngineState(EngineState *s) {