Use NS_ProxyRelease to make sure XPCOM objects are released on the correct thread. Not part of default build.

git-svn-id: svn://10.0.0.236/trunk@163322 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2004-10-06 22:13:00 +00:00
parent 492219b63f
commit 231ae169ea
2 changed files with 13 additions and 15 deletions

View File

@@ -124,7 +124,7 @@ public:
nsIInterfaceInfo* InterfaceInfo();
private:
nsCOMPtr<nsISupports> mInstance;
nsISupports* mInstance;
nsCOMPtr<nsIInterfaceInfo> mIInfo;
};