diff options
Diffstat (limited to 'libempathy/empathy-tp-call.c')
-rw-r--r-- | libempathy/empathy-tp-call.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c index a3c31b618..c9fbb9bc2 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, |