Skip to content

Commit

Permalink
Fix crash on debug
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Jul 24, 2021
1 parent 6ee92e5 commit f18b30e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CarBudget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ int main(int argc, char *argv[])

int errorlevel = app->exec();
qDebug() << "CarBudget exited normally.";
delete view;
delete app;
return errorlevel;
}

0 comments on commit f18b30e

Please sign in to comment.