stream-transport: free url in finalize

This commit is contained in:
Wim Taymans 2013-11-29 15:50:52 +01:00
parent 3b4894c4f1
commit 9473fa0d2c

View file

@ -121,6 +121,9 @@ gst_rtsp_stream_transport_finalize (GObject * obj)
if (priv->transport)
gst_rtsp_transport_free (priv->transport);
if (priv->url)
gst_rtsp_url_free (priv->url);
G_OBJECT_CLASS (gst_rtsp_stream_transport_parent_class)->finalize (obj);
}