qtcefclient icon indicating copy to clipboard operation
qtcefclient copied to clipboard

CefQuit crash at CefShutdown()

Open abc100m opened this issue 11 years ago • 0 comments

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

abc100m avatar Jul 10 '14 08:07 abc100m