mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Call ResourceBundle::CleanupSharedInstance() on exit (issue #393).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@348 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -89,7 +89,7 @@ void CefProcessUIThread::Init() {
|
||||
std::string localeStr = CefString(&settings.locale);
|
||||
if (localeStr.empty())
|
||||
localeStr = "en-US";
|
||||
webkit_glue::InitializeDataPak(localeStr);
|
||||
webkit_glue::InitializeResourceBundle(localeStr);
|
||||
|
||||
PlatformInit();
|
||||
|
||||
@@ -201,6 +201,8 @@ void CefProcessUIThread::CleanUp() {
|
||||
network_change_notifier_.reset();
|
||||
|
||||
PlatformCleanUp();
|
||||
|
||||
webkit_glue::CleanupResourceBundle();
|
||||
}
|
||||
|
||||
void CefProcessUIThread::OnOnlineStateChanged(bool online) {
|
||||
|
Reference in New Issue
Block a user