Fix leaks in the xlib port (and some problems exposed by fixing those leaks). b=64534, 64767 r=blizzard@mozilla.org (Not part of the build.)
git-svn-id: svn://10.0.0.236/trunk@84694 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -70,7 +70,6 @@ NS_IMETHODIMP nsDragService::InvokeDragSession (nsIDOMNode *aDOMNode,
|
||||
return NS_ERROR_INVALID_ARG;
|
||||
|
||||
mDataItems = anArrayTransferables;
|
||||
NS_ADDREF(mDataItems);
|
||||
|
||||
rv = mDataItems->Count(&numItemsToDrag);
|
||||
if (!numItemsToDrag)
|
||||
|
||||
Reference in New Issue
Block a user