Fixed typo, someone added a call to naAllocator::Free when they meant nsAllocator::Free

This commit is contained in:
tonyr%fbdesigns.com 1999-11-23 22:00:19 +00:00
parent 3fac4106ad
commit 04450ae301

View File

@ -157,6 +157,7 @@ private:
};
////////////////////////////////////////////////////////////////////////
nsresult NS_NewImportService(nsIImportService** aImportService);
nsresult NS_NewImportService(nsIImportService** aImportService)
{
@ -482,7 +483,7 @@ nsresult nsImportService::DoDiscover( void)
LoadModuleInfo( pClsId, pSupports);
nsAllocator::Free(pSupports);
}
naAllocator::Free(pClsId);
nsAllocator::Free(pClsId);
}
}
}