qt6-bb10/src/xml
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
..
dom Fix memory leak in QDomDocument entity text expansion 2012-01-10 02:01:41 +01:00
sax Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
xml.pro QXmlStream lives in QtCore 2011-08-11 16:21:14 +02:00