Browse Source

Destroy history after scene.

tags/v2.0.0
Andrew Belt 4 years ago
parent
commit
acac627ae7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/context.cpp

+ 3
- 3
src/context.cpp View File

@@ -21,15 +21,15 @@ Context::~Context() {
delete patch;
patch = NULL;

delete history;
history = NULL;

delete scene;
scene = NULL;

delete event;
event = NULL;

delete history;
history = NULL;

delete engine;
engine = NULL;
}


Loading…
Cancel
Save