зеркало из https://github.com/mozilla/pjs.git
Bug 403830, trying to fix bustage
This commit is contained in:
Родитель
e52650feb7
Коммит
b8bce4679a
|
@ -250,7 +250,8 @@ nsNodeUtils::LastRelease(nsINode* aNode)
|
|||
delete aNode; // Calls destructor and sets size to *aNode.
|
||||
size_t* sz = reinterpret_cast<size_t*>(aNode);
|
||||
allocator->Free(*sz, static_cast<void*>(aNode));
|
||||
NS_RELEASE(allocator);
|
||||
nsDOMNodeAllocator* tmpAlloc = allocator;
|
||||
NS_RELEASE(tmpAlloc);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче