diff --git a/src/main.cxx b/src/main.cxx index fcc4a60..63ba78d 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -98,6 +98,7 @@ int main(int argc, char* argv[]) { CefRunMessageLoop(); // Release things we still own, then shut down CEF + win.Close(); CefShutdown(); return 0;