Bug 149225 - fix a crash on exit caused by shaver's checkin for bug 128335. r=pinkerton, sr=shaver, a=asa.
git-svn-id: svn://10.0.0.236/trunk@122796 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -72,8 +72,8 @@ static void
|
||||
info_ClearEntry(PLDHashTable *table, PLDHashEntryHdr *entry)
|
||||
{
|
||||
StaticModuleInfo *info = NS_STATIC_CAST(StaticModuleInfo *, entry);
|
||||
info->~StaticModuleInfo();
|
||||
info->module = 0;
|
||||
info->~StaticModuleInfo();
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user