Using version 1.2.9 I noticed that XML objects such as Poco.XML.Document and Poco.XML.Element have a protected destructor but don't have a release() method. So I don't know how to destroy objects created as follows :
Poco.XML.NamePool* XmlNamePool = new Poco.XML.NamePool(20000);
Poco.AutoPtr
Debugger shows that destructor of document class is not called.





