Fix for bug 26816. submitted by bns_robson@hotmail.com. windows only.

memory leak fix.
This commit is contained in:
dougt%netscape.com 2000-02-08 04:25:00 +00:00
parent e630f94269
commit aa9a6b79c3

View File

@ -139,6 +139,8 @@ Clean:
pMalloc->Free(pItemIDList);
if (pBuffer)
pMalloc->Free(pBuffer);
pMalloc->Release();
} // GetWindowsFolder
#endif // XP_PC