Fix crash during CertificateReportingService shutdown
CertificateReportingService::ShutDown posts a task to the IO thread to delete reporter_. If the service's destructor is already run, this will cause a crash during shutdown. Instead, delete reporter_ using a static method and without referencing CertificateReportingService's |this|. BUG=677329 Review-Url: https://codereview.chromium.org/2601203002 Cr-Commit-Position: refs/heads/master@{#440933}
Showing
Please register or sign in to comment