Fixed miscellaneous leaks exposed to tinderbox leak stats by brade%netscape.com's JS checkin (rev 1.150 of navigator.js, 2000-04-28).

git-svn-id: svn://10.0.0.236/trunk@67689 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2000-05-01 00:26:37 +00:00
parent 1f5d3d499d
commit cce89251da
10 changed files with 45 additions and 32 deletions

View File

@@ -619,6 +619,8 @@ nsGenericDOMDataNode::ConvertContentToXIF(const nsIContent *aOuterContent,
buffer.Cut(0,startOffset);
}
aConverter.AddContent(buffer);
NS_RELEASE(range);
}
}
}