diff options
-rw-r--r-- | src/empathy-call-window.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index d9e60e5bf..95b01d3d1 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -2505,6 +2505,9 @@ empathy_call_window_conference_removed_cb (EmpathyCallHandler *handler, EmpathyCallWindow *self = EMPATHY_CALL_WINDOW (user_data); EmpathyCallWindowPriv *priv = GET_PRIV (self); + g_list_free_full (priv->notifiers, g_object_unref); + priv->notifiers = NULL; + gst_bin_remove (GST_BIN (priv->pipeline), conference); gst_element_set_state (conference, GST_STATE_NULL); } |