This commit is contained in:
Andrzej Kapolka 2014-09-17 17:58:15 -07:00
commit 30b36f1db4

View file

@ -614,6 +614,7 @@ void ScriptEngine::timerFired() {
if (!callingTimer->isActive()) {
// this timer is done, we can kill it
_timerFunctionMap.remove(callingTimer);
delete callingTimer;
}
}