From a50cd7c27d317ddce966231a309759c38e63f75e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 7 May 2010 19:02:21 +0200 Subject: [PATCH] rtspsrc: don't leak the session --- gst/rtsp/gstrtspsrc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 6ff4638..50a620b 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -2277,6 +2277,7 @@ gst_rtspsrc_stream_configure_manager (GstRTSPSrc * src, GstRTSPStream * stream, g_object_set (rtpsession, "rtcp-rs-bandwidth", stream->rs_bandwidth, NULL); } + g_object_unref (rtpsession); } } } -- 2.7.4