mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
rtspsrc: don't leak url string
https://bugzilla.gnome.org/show_bug.cgi?id=640064
This commit is contained in:
parent
6d545e29ad
commit
08855b45b6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue