summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/loopback.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/loopback.c b/test/loopback.c
index 0567edbe..0c5cd1a2 100644
--- a/test/loopback.c
+++ b/test/loopback.c
@@ -152,6 +152,10 @@ test_message (Fixture *f,
g_assert_cmpstr (dbus_message_get_signature (incoming), ==, "");
g_assert_cmpstr (dbus_message_get_path (incoming), ==, "/com/example/Hello");
g_assert_cmpuint (dbus_message_get_serial (incoming), ==, serial);
+
+ dbus_message_unref (incoming);
+
+ dbus_message_unref (outgoing);
}
static void