From 93b0266d06164434c57a9322f80f603ae8a304bd Mon Sep 17 00:00:00 2001 From: Jakub Adam Date: Sun, 20 Feb 2011 22:17:14 +0100 Subject: [PATCH] Fix reference leak in fs_rtp_stream_set_negotiated_codecs_unlock() --- gst/fsrtpconference/fs-rtp-stream.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gst/fsrtpconference/fs-rtp-stream.c b/gst/fsrtpconference/fs-rtp-stream.c index 7dfe3a3..c0dc35d 100644 --- a/gst/fsrtpconference/fs-rtp-stream.c +++ b/gst/fsrtpconference/fs-rtp-stream.c @@ -1100,6 +1100,7 @@ fs_rtp_stream_set_negotiated_codecs_unlock (FsRtpStream *stream, { fs_codec_list_destroy (codecs); FS_RTP_SESSION_UNLOCK (session); + g_object_unref (session); return; } -- 1.7.2.3