mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00
Bug 490275 - Memory leak in xpcom/glue/standalone/nsGlueLinkingWin.cpp; r=benjamin
This commit is contained in:
parent
3bbbc13d70
commit
21cff4e6ad
@ -188,6 +188,7 @@ XPCOMGlueLoad(const char *aXpcomFile)
|
||||
NULL
|
||||
);
|
||||
wprintf(L"Error loading %s: %s\n", xpcomDir, lpMsgBuf);
|
||||
LocalFree(lpMsgBuf);
|
||||
}
|
||||
#endif //DEBUG
|
||||
}
|
||||
@ -211,6 +212,7 @@ XPCOMGlueLoad(const char *aXpcomFile)
|
||||
NULL
|
||||
);
|
||||
wprintf(L"Error loading %s: %s\n", xpcomFile, lpMsgBuf);
|
||||
LocalFree(lpMsgBuf);
|
||||
#endif
|
||||
return nsnull;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user