qt5base-lts/tests/auto/dbus/qdbusconnection
Thiago Macieira fb16664893 Fix memory leaks with QDBusServer
Two serious mistakes:
 - we need to call dbus_server_free_data_slot as many times as we call
   dbus_server_allocate_data_slot
 - we need to delete the d pointer...

The changes to the unit tests are simply to cause the used peer
connections to be removed so they don't show up in valgrind.

Change-Id: I9fd1ada5503db9ba481806c09116874ee81f450d
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
2015-01-11 03:39:40 +01:00
..
.gitignore Moved dbus autotests into new directory structure 2011-09-01 09:37:08 +02:00
qdbusconnection.pro tests: Mark tst_qdbus* tests as insignificant on OS X 2014-03-13 13:25:49 +01:00
tst_qdbusconnection.cpp Fix memory leaks with QDBusServer 2015-01-11 03:39:40 +01:00