-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
app crash at CefShutdown() when quit
this issume can be fixed by :
change
MainWindow w;
w.show();
//a.setQuitOnLastWindowClosed(false);
result = a.exec();
-------------to------------------------------------
{
MainWindow w;
w.show();
//a.setQuitOnLastWindowClosed(false);
result = a.exec();
} // left w release first
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels