diff options
-rw-r--r-- | src/empathy-call-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index f079ec7ec..ca814cbc2 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -2336,6 +2336,7 @@ empathy_call_window_sink_added_cb (EmpathyCallHandler *handler, g_warning ("Could not link videp soure input pipeline"); break; } + gst_object_unref (pad); } retval = TRUE; |