Nulled unused xml trees
This commit is contained in:
parent
f6dfab2748
commit
f87570dcf5
1 changed files with 2 additions and 0 deletions
|
@ -230,6 +230,8 @@ public class ModUtilities {
|
||||||
XMLPatcher patcher = new XMLPatcher();
|
XMLPatcher patcher = new XMLPatcher();
|
||||||
patcher.setGlobalPanic( globalPanic );
|
patcher.setGlobalPanic( globalPanic );
|
||||||
Document mergedDoc = patcher.patch( mainDoc, appendDoc );
|
Document mergedDoc = patcher.patch( mainDoc, appendDoc );
|
||||||
|
mainDoc = null;
|
||||||
|
appendDoc = null;
|
||||||
|
|
||||||
// Bake XML into text, filtering the stream to standardize newlines and encode.
|
// Bake XML into text, filtering the stream to standardize newlines and encode.
|
||||||
// TODO: sloppyPrint() needs EOL normalizing!?
|
// TODO: sloppyPrint() needs EOL normalizing!?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue