empathy r2391 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2391 - trunk/libempathy
- Date: Tue, 3 Feb 2009 09:03:19 +0000 (UTC)
Author: xclaesse
Date: Tue Feb 3 09:03:19 2009
New Revision: 2391
URL: http://svn.gnome.org/viewvc/empathy?rev=2391&view=rev
Log:
Don't double-free the EmpathyTpCallStreams
The EmpathyTpCallStreams audio and video streams are freed in _finalize, don't
also free them in dispose
Signed-off-by: Sjoerd Simons <sjoerd simons collabora co uk>
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 3 09:03:19 2009
@@ -427,9 +427,6 @@
priv->dispose_has_run = TRUE;
- g_slice_free (EmpathyTpCallStream, priv->audio);
- g_slice_free (EmpathyTpCallStream, priv->video);
-
if (priv->channel != NULL)
{
g_signal_handlers_disconnect_by_func (priv->channel,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]