empathy r667 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r667 - trunk/libempathy
- Date: Tue, 26 Feb 2008 13:31:19 +0000 (GMT)
Author: xclaesse
Date: Tue Feb 26 13:31:19 2008
New Revision: 667
URL: http://svn.gnome.org/viewvc/empathy?rev=667&view=rev
Log:
unref stream-engine proxy when TpCall is finalized
Modified:
trunk/libempathy/empathy-tp-call.c
Modified: trunk/libempathy/empathy-tp-call.c
==============================================================================
--- trunk/libempathy/empathy-tp-call.c (original)
+++ trunk/libempathy/empathy-tp-call.c Tue Feb 26 13:31:19 2008
@@ -588,10 +588,11 @@
if (priv->channel != NULL)
g_object_unref (priv->channel);
+ if (priv->stream_engine != NULL)
+ g_object_unref (priv->stream_engine);
+
if (priv->contact)
- {
g_object_unref (priv->contact);
- }
(G_OBJECT_CLASS (empathy_tp_call_parent_class)->finalize) (object);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]