Bug#469809: libxml++2.6-2: malloc/free disbalance(possible memory leakage)

2008-03-07 Thread Deng Xiyue
retitle 469809 Possible memory leak in Document::Init forwarded 469809 http://bugzilla.gnome.org/show_bug.cgi?id=501168 tag 469809 + confirmed thanks I can confirm the leakage in class xmlpp::Document::Init. But the one in xmlpp::DomParser::parse_file() seems already fixed in newer version. I've

Bug#469809: libxml++2.6-2: malloc/free disbalance(possible memory leakage)

2008-03-06 Thread Skuratovich Sergey Nikolaevich
Package: libxml++2.6-2 Version: 2.14.0-0.1 Severity: important Valgrind tool reports about malloc/free disbalance (number of memalloc calls larger than number of free calls). example program source: #include #include int main(int argc, char* argv[]) { try { xm