Skip to content

Commit

Permalink
Fix: previously subprocesses were not closed
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Oct 8, 2021
1 parent 9dd90e9 commit 45a54af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CEF3SimpleSample/Win/main.cpp
Expand Up @@ -45,6 +45,7 @@ LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
switch (uMsg) {
case WM_DESTROY:
CefQuitMessageLoop();
PostQuitMessage(0);
return 0;

Expand Down

0 comments on commit 45a54af

Please sign in to comment.