mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Bug 149225 - fix a crash on exit caused by shaver's checkin for bug 128335. r=pinkerton, sr=shaver, a=asa.
This commit is contained in:
parent
9591a2fc41
commit
eb55d35756
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user