qt5base-lts/tests/auto/xml/dom/qdom
Sami Rosendahl b6a43cfe9c Fix memory leak in QDomDocument entity text expansion
The created entity node's reference count needs to be decremented to 0
before it is added as a child, because appendChild will increment the
reference count to correct value of 1. Re-enabled commented-out test data
tst_QDom::setContent to exercise the code path with the leak.

Change-Id: Ieb015d68ba9bbb3f20dd47e76835ad15abb1738e
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2012-01-10 02:01:41 +01:00
..
testdata Moved xml autotests into new directory structure 2011-09-06 10:31:40 +02:00
.gitattributes Moved xml autotests into new directory structure 2011-09-06 10:31:40 +02:00
.gitignore Moved xml autotests into new directory structure 2011-09-06 10:31:40 +02:00
doubleNamespaces.xml Moved xml autotests into new directory structure 2011-09-06 10:31:40 +02:00
qdom.pro all remaining tests: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
tst_qdom.cpp Fix memory leak in QDomDocument entity text expansion 2012-01-10 02:01:41 +01:00
umlaut.xml Moved xml autotests into new directory structure 2011-09-06 10:31:40 +02:00