added menu and release all frames when stopped

This commit is contained in:
lostjared
2018-12-27 18:46:31 -08:00
parent cad16fa01b
commit ad5ac8b2a6
3 changed files with 31 additions and 4 deletions

View File

@@ -281,6 +281,7 @@ void Playback::run() {
emit frameIncrement();
}
}
ac::release_all_objects();
}