Skip to content

CefQuit crash at CefShutdown() #5

@abc100m

Description

@abc100m

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions