main: Close() window

This commit is contained in:
Adam
2023-03-31 15:38:14 +01:00
parent 85a4d3ccf5
commit d2ab8cd9bb

View File

@@ -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;