[farsight2/master] Fix small leak

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:22:48 PST 2008


---
 gst/fsrtpconference/fs-rtp-session.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 7996e24..dbf1985 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -2535,6 +2535,8 @@ _substream_blocked (FsRtpSubStream *substream, FsRtpStream *stream,
 
   FS_RTP_SESSION_UNLOCK (session);
 
+  fs_codec_destroy (current_codec);
+
   g_clear_error (&error);
 }
 
-- 
1.5.6.5




More information about the farsight-commits mailing list