mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
Fix crash on exit in YACReader. The problem was the default texture in the flow being deleted more than once.
This commit is contained in:
@ -165,6 +165,8 @@ int main(int argc, char * argv[])
|
||||
|
||||
int ret = app.exec();
|
||||
|
||||
delete mwv;
|
||||
|
||||
//Configuration::getConfiguration().save();
|
||||
|
||||
YACReader::exitCheck(ret);
|
||||
|
Reference in New Issue
Block a user