[telepathy-gabble/master] Free remote_credentials on finalize.

Mike Ruprecht mike.ruprecht at collabora.co.uk
Tue Dec 29 05:35:09 PST 2009


---
 src/call-stream-endpoint.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/call-stream-endpoint.c b/src/call-stream-endpoint.c
index 7f0bd97..9606f84 100644
--- a/src/call-stream-endpoint.c
+++ b/src/call-stream-endpoint.c
@@ -355,6 +355,9 @@ gabble_call_stream_endpoint_finalize (GObject *object)
   g_free (priv->object_path);
 
   g_boxed_free (GABBLE_STRUCT_TYPE_CANDIDATE, priv->selected_candidate);
+  g_boxed_free (dbus_g_type_get_struct ("GValueArray",
+                G_TYPE_STRING, G_TYPE_STRING, G_TYPE_INVALID),
+                self->priv->remote_credentials);
 
   G_OBJECT_CLASS (gabble_call_stream_endpoint_parent_class)->finalize (object);
 }
-- 
1.5.6.5




More information about the telepathy-commits mailing list