rtspsrc: don't leak url string
https://bugzilla.gnome.org/show_bug.cgi?id=640064
This commit is contained in:
parent
6d545e29ad
commit
08855b45b6
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user