Files
brave-core/components/brave_origin
Netzenbot 95f991747e Fix leaked raw_ptr/raw_ref in BraveOriginService (#34275)
Override KeyedService::Shutdown() to clean up raw_ptr members and
invalidate weak pointers before the service is destroyed. Without
this, the defaulted destructor detects dangling raw_ptr references
to PrefService and PolicyService objects that are already freed
during the profile teardown sequence.

Resolves https://github.com/brave/brave-browser/issues/52757
2026-03-01 13:11:02 -05:00
..