Attempt to fix AIX bustage -- bug 308899

git-svn-id: svn://10.0.0.236/trunk@180463 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2005-09-17 04:20:51 +00:00
parent 46732657ad
commit ac31300001

View File

@ -692,7 +692,7 @@ out:
if(iidArray)
NS_FREE_XPCOM_ALLOCATED_POINTER_ARRAY(iidCount, iidArray);
if(interfaceArray)
delete [] interfaceArray;
delete [] interfaceArray.get();
return set;
}