mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
nsAllocator->nsMemory. doh!
This commit is contained in:
parent
2653f930f1
commit
38130f824c
@ -478,7 +478,7 @@ nsDataObj :: GetFileContentsInternetShortcut ( FORMATETC& aFE, STGMEDIUM& aSTG )
|
||||
else
|
||||
result = E_OUTOFMEMORY;
|
||||
|
||||
nsAllocator::Free ( urlStr );
|
||||
nsMemory::Free ( urlStr );
|
||||
|
||||
return result;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user