Null out hash ops after destroying table. b=350930 r+sr=sicking

This commit is contained in:
dbaron%dbaron.org 2006-09-01 00:43:23 +00:00
Родитель 103d4e0d04
Коммит 6c08c0d1a1
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -684,6 +684,7 @@ nsContentUtils::Shutdown()
if (sEventListenerManagersHash.entryCount == 0) {
PL_DHashTableFinish(&sEventListenerManagersHash);
sEventListenerManagersHash.ops = nsnull;
}
}
}