rtspsrc: don't leak url string

https://bugzilla.gnome.org/show_bug.cgi?id=640064
This commit is contained in:
Tim-Philipp Müller 2011-01-20 13:41:33 +00:00
parent 6d545e29ad
commit 08855b45b6

View file

@ -528,6 +528,7 @@ gst_rtspsrc_finalize (GObject * object)
gst_rtsp_ext_list_free (rtspsrc->extensions);
g_free (rtspsrc->conninfo.location);
gst_rtsp_url_free (rtspsrc->conninfo.url);
g_free (rtspsrc->conninfo.url_str);
g_free (rtspsrc->user_id);
g_free (rtspsrc->user_pw);