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:
parent
46732657ad
commit
ac31300001
@ -692,7 +692,7 @@ out:
|
||||
if(iidArray)
|
||||
NS_FREE_XPCOM_ALLOCATED_POINTER_ARRAY(iidCount, iidArray);
|
||||
if(interfaceArray)
|
||||
delete [] interfaceArray;
|
||||
delete [] interfaceArray.get();
|
||||
|
||||
return set;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user