diff options
Diffstat (limited to 'tests/test-indicator-sound-dbus-server.c')
-rw-r--r-- | tests/test-indicator-sound-dbus-server.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-indicator-sound-dbus-server.c b/tests/test-indicator-sound-dbus-server.c index c9ad61d..21d7dfe 100644 --- a/tests/test-indicator-sound-dbus-server.c +++ b/tests/test-indicator-sound-dbus-server.c @@ -29,11 +29,13 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include "test-defines.h" static GMainLoop * mainloop = NULL; +static SoundServiceDbus *dbus_interface = NULL; gboolean kill_func (gpointer userdata) { g_main_loop_quit(mainloop); + // TODO free the dbus interface !! return FALSE; } |