Skip to content
Snippets Groups Projects
Unverified Commit a203177d authored by trop[bot]'s avatar trop[bot] Committed by GitHub
Browse files

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: default avatarCharles Kerr <charles@charleskerr.com>
parent 8d1b4652
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment