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:
Luis Ángel San Martín
2018-01-02 21:12:32 +01:00
parent c490e48c00
commit 7e106aedd9
2 changed files with 16 additions and 2 deletions

View File

@ -165,6 +165,8 @@ int main(int argc, char * argv[])
int ret = app.exec();
delete mwv;
//Configuration::getConfiguration().save();
YACReader::exitCheck(ret);