Skip to content

Commit 25a46b2

Browse files
committed
Fix exit crash
1 parent 7f8a02a commit 25a46b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Client/cefweb/CWebCore.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ CWebCore::CWebCore ()
3939

4040
CWebCore::~CWebCore ()
4141
{
42+
// Unregister schema factories
43+
CefClearSchemeHandlerFactories();
44+
4245
// Shutdown CEF
4346
CefShutdown();
4447

0 commit comments

Comments
 (0)