mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
delete debugger regardless if exception occured
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
eb9f0b0d96
commit
f880c08c1d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue