fix: dangling raw_ptr ElectronBrowserContext::extension_system_
The extension system is freed by the DestroyBrowserContextServices()
call in the destructor, so we need to zero out the pointer to avoid
a dangling raw_ptr error.
Co-authored-by:
Charles Kerr <charles@charleskerr.com>
Please register or sign in to comment