rtspsrc: don't leak the session

This commit is contained in:
Wim Taymans 2010-05-07 19:02:21 +02:00
parent bc72d8250c
commit a50cd7c27d

View file

@ -2277,6 +2277,7 @@ gst_rtspsrc_stream_configure_manager (GstRTSPSrc * src, GstRTSPStream * stream,
g_object_set (rtpsession, "rtcp-rs-bandwidth", stream->rs_bandwidth, g_object_set (rtpsession, "rtcp-rs-bandwidth", stream->rs_bandwidth,
NULL); NULL);
} }
g_object_unref (rtpsession);
} }
} }
} }