Hi,<br><br>I&#39;m writing my first time with the D-Bus-C-bindings and it all works, but I<br>have a lot of memory leaks in valgrind regarding dbus. So I want to<br>disconnect and unref from all D-Bus-data with dbus_shutdown. But how can I<br>
disconnect from the Systembus? I connect with dbus_bus_get but if I try to<br>disconnect with dbus_connection_close I get<br><br>Applications must not close shared connections - see dbus_connection_close()<br>docs. This is a bug in the application.<br>
&nbsp;D-Bus not built with -rdynamic so unable to print a backtrace<br><br>So how can I cleanly disconnect?<br><br>Greets,<br>Marcel<br>