Need to free this early or get a SIGSEGV on Linux

This commit is contained in:
Paul Betts 2015-10-21 11:06:42 -07:00
parent 99c496471b
commit 38d6ff79c8

View file

@ -150,6 +150,7 @@ void Browser::NotifyAndShutdown() {
if (process_notify_callback_set_) {
process_singleton_->Cleanup();
process_notify_callback_.Reset();
}
Shutdown();