adjust the size of the memory pools
diff --git a/tinyxml2.cpp b/tinyxml2.cpp
index 6b349f0..95c164c 100755
--- a/tinyxml2.cpp
+++ b/tinyxml2.cpp
@@ -1502,11 +1502,11 @@
DeleteChildren();
delete [] _charBuffer;
-#if 0
- textPool.Trace( "text" );
- elementPool.Trace( "element" );
- commentPool.Trace( "comment" );
- attributePool.Trace( "attribute" );
+#if 1
+ _textPool.Trace( "text" );
+ _elementPool.Trace( "element" );
+ _commentPool.Trace( "comment" );
+ _attributePool.Trace( "attribute" );
#endif
#ifdef DEBUG