Skip to content
Snippets Groups Projects
Commit 67f845be authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#1430] Add a connection reference which most likely belong to libdbus

parent b6f36abb
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ Connection::Private::~Private()
void Connection::Private::init()
{
dbus_connection_ref(conn);
// dbus_connection_ref(conn); //todo: the library has to own another reference
dbus_connection_ref(conn); //todo: the library has to own another reference
disconn_filter = new Callback<Connection::Private, bool, const Message &>(
this, &Connection::Private::disconn_filter_function
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment