aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/pink/pink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pink/pink.cpp b/engines/pink/pink.cpp
index aa40c3ef87..fd5756cf46 100644
--- a/engines/pink/pink.cpp
+++ b/engines/pink/pink.cpp
@@ -62,7 +62,7 @@ PinkEngine::~PinkEngine() {
for (uint j = 0; j < _cursors.size(); ++j) {
delete _cursors[j];
}
-
+ delete _director;
DebugMan.clearAllDebugChannels();
}