Bug 393300. DOMStorage leaks mozStorage classes on shutdown. r+sr+a=jst

This commit is contained in:
sayrer@gmail.com 2007-08-23 15:37:05 -07:00
Родитель 24f734703c
Коммит 907386a10d
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -162,6 +162,9 @@ nsDOMStorageManager::Shutdown()
{ {
NS_IF_RELEASE(gStorageManager); NS_IF_RELEASE(gStorageManager);
gStorageManager = nsnull; gStorageManager = nsnull;
delete nsDOMStorage::gStorageDB;
nsDOMStorage::gStorageDB = nsnull;
} }
PR_STATIC_CALLBACK(PLDHashOperator) PR_STATIC_CALLBACK(PLDHashOperator)