зеркало из https://github.com/mozilla/gecko-dev.git
Using nsAllocator to match changed Registry allocation. r=shaver
This commit is contained in:
Родитель
c36b6edecb
Коммит
84e5b2dedb
|
@ -480,9 +480,9 @@ nsresult nsImportService::DoDiscover( void)
|
|||
rv = reg->GetString( key, "Supports", &pSupports);
|
||||
if (NS_SUCCEEDED( rv) && (pSupports != nsnull)) {
|
||||
LoadModuleInfo( pClsId, pSupports);
|
||||
PR_Free( pSupports);
|
||||
nsAllocator::Free(pSupports);
|
||||
}
|
||||
PR_Free( pClsId);
|
||||
naAllocator::Free(pClsId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче