[Bug 75204] [next] remove TpAsv from public API
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Feb 27 04:29:48 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=75204
--- Comment #24 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
remove tp_connection_get_detailed_error()
@@ -235,11 +235,13 @@ test_unregistered_error (Test *test,
+ str = tp_connection_dup_detailed_error_vardict (test->conn, NULL);
+ g_assert_cmpstr (str, ==, "net.example.WTF");
+ g_free (str);
+ str = tp_connection_dup_detailed_error_vardict (test->conn, &asv);
+ g_assert_cmpstr (str, ==, "net.example.WTF");
g_assert (asv != NULL);
+ g_variant_unref (asv);
The second time, str is leaked.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list