Fix incorrect ref count with dynamic roles on worker thread.
authorGlenn Watson <glenn.watson@nokia.com>
Sun, 5 Feb 2012 22:44:18 +0000 (08:44 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 6 Feb 2012 03:10:32 +0000 (04:10 +0100)
commit9d12cc1544028ee12e0355c364e3a36360236638
tree821cb6d82c63be79cba280c627e597ad2422b7e8
parent21270c1b9a414cec825ef4c94de120da6126098a
Fix incorrect ref count with dynamic roles on worker thread.

When using the dynamic roles mode from a worker script thread,
the reference count for the list model worker agent was not
being incremented correctly, causing the final release of the
agent to be reading from memory that had already been freed.

Change-Id: I06d8e363c95133c1c162f32e1efb2d4020ed96be
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/declarative/qml/qdeclarativelistmodel.cpp