delete debugger regardless if exception occured

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-12-11 14:11:53 +00:00
parent eb9f0b0d96
commit f880c08c1d

View file

@ -209,9 +209,9 @@ int main(int argc, char *argv[])
// do not exit until the debugger has been closed
if (debugger && eng->hasUncaughtException()) {
app->processEvents();
delete debugger;
}
delete debugger;
delete eng;
delete app;