rtspsrc: don't leak url string
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 20 Jan 2011 13:41:33 +0000 (13:41 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 20 Jan 2011 13:46:44 +0000 (13:46 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=640064

gst/rtsp/gstrtspsrc.c

index a507d4e..e4ec109 100644 (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);