mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -07:00
updated icon; small bugfix
This commit is contained in:
parent
5fa63e553d
commit
0db3ff6819
2 changed files with 66 additions and 253 deletions
|
|
@ -85,5 +85,9 @@ int main(int argc, char *argv[])
|
|||
ui.show();
|
||||
qDebug("main(): ui.show() finished");
|
||||
|
||||
return app.exec();
|
||||
int retval = app.exec();
|
||||
|
||||
delete db;
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue