qt6-bb10/tests/auto/corelib
Giuseppe D'Angelo c4f433d581 Reset the QMetaObject::Connection dptr when disconnect()ing
The QObjectPrivate::Connection refcount was not decreased
when disconnect()ing, therefore it was kept alive by the
owning QMetaObject::Connection object.

This removes a leak in case the QMetaObject::Connection
survives the sender object, after a successful disconnect().

Change-Id: Ie2ea59b269a0e589ae23c1457df7533be77c0797
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2012-12-17 19:50:31 +01:00
..
animation Move a Q_DECLARE_METATYPE higher up in the file. 2012-12-10 20:22:09 +01:00
codecs Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
global QFlags: use unsigned int when the enum's underlying is unsigned 2012-09-28 23:50:10 +02:00
io Fix some typos in QProcess and QSslSocket unit tests. 2012-12-04 14:41:43 +01:00
itemmodels Add implementations of QAIM::sibling in public APIs. 2012-11-02 16:25:02 +01:00
json Added missing detach() to QJsonObject::take() 2012-12-13 23:58:51 +01:00
kernel Reset the QMetaObject::Connection dptr when disconnect()ing 2012-12-17 19:50:31 +01:00
mimetypes remove some unnecessary CONFIG additions 2012-12-17 14:08:17 +01:00
plugin QPluginLoader: fix loading of plugins with a relative file name 2012-12-04 18:38:41 +01:00
statemachine normalise signal/slot signatures [QtCore tests] 2012-10-22 03:21:01 +02:00
thread Fix possible crash in tst_QThread::quitLock() test 2012-12-17 14:08:17 +01:00
tools Don't pass invalid strings to strcmp() 2012-12-06 16:45:52 +01:00
xml Fix regression in QXmlStreamWriter with codec set to UTF-16 2012-11-20 18:53:49 +01:00
corelib.pro Import QMimeType / QMimeDatabase into QtCore. 2012-02-18 22:19:43 +01:00