Re: Update to CEF 79.1.36
Posted: Thu Feb 20, 2020 5:40 pm
TCefBaseRefCountedOwn is the base class of many CEF classes and cef_base_release_ref is called when an instance of that class is no longer used or it's set to nil manually.
It's the first time I see the 0xC000041D error code. It seems to mean STATUS_FATAL_USER_CALLBACK_EXCEPTION and it could be caused by a null pointer exception.
I would check if there's any variable or field that it's not released before closing the browsers.
If the code mixes interface variables with class variables you could have similar problems too.
It's the first time I see the 0xC000041D error code. It seems to mean STATUS_FATAL_USER_CALLBACK_EXCEPTION and it could be caused by a null pointer exception.
I would check if there's any variable or field that it's not released before closing the browsers.
If the code mixes interface variables with class variables you could have similar problems too.