From: Sjoerd Simons Date: Tue, 3 Feb 2009 09:03:19 +0000 (+0000) Subject: Don't double-free the EmpathyTpCallStreams X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=2f700be2db881317f6b02667ab6cf0813f9a492e 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 svn path=/trunk/; revision=2391 --- diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c index a3c31b61..c9fbb9bc 100644 --- a/libempathy/empathy-tp-call.c +++ b/libempathy/empathy-tp-call.c @@ -427,9 +427,6 @@ tp_call_dispose (GObject *object) 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,