Commit 21cff4e6 authored by Hiroyuki Ikezoe's avatar Hiroyuki Ikezoe
Browse files

Bug 490275 - Memory leak in xpcom/glue/standalone/nsGlueLinkingWin.cpp; r=benjamin

parent 3bbbc13d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
    }