diff --git a/mozilla/xpcom/tests/windows/TestCOM.cpp b/mozilla/xpcom/tests/windows/TestCOM.cpp index 5e02c1a21f3..3eb6091a419 100644 --- a/mozilla/xpcom/tests/windows/TestCOM.cpp +++ b/mozilla/xpcom/tests/windows/TestCOM.cpp @@ -134,7 +134,7 @@ nsresult nsTestComFactory::CreateInstance(nsISupports *aOuter, return NS_ERROR_OUT_OF_MEMORY; } - NS_ADDREF(t) + NS_ADDREF(t); nsresult res = t->QueryInterface(aIID, aResult); NS_RELEASE(t);