mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
Fix for bug 26816. submitted by bns_robson@hotmail.com. windows only.
memory leak fix.
This commit is contained in:
parent
e630f94269
commit
aa9a6b79c3
@ -139,6 +139,8 @@ Clean:
|
||||
pMalloc->Free(pItemIDList);
|
||||
if (pBuffer)
|
||||
pMalloc->Free(pBuffer);
|
||||
|
||||
pMalloc->Release();
|
||||
} // GetWindowsFolder
|
||||
#endif // XP_PC
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user