[gst-devel] Re: [gst-cvs] ds gstreamer: gstreamer/ gstreamer/gst/

Ronald S. Bultje R.S.Bultje at students.uu.nl
Mon Jul 5 00:33:31 CEST 2004


Hi,

On Sun, 2004-07-04 at 01:50, David Schleef wrote:
>  gst_caps_save_thyself (const GstCaps * caps, xmlNodePtr parent)
>  {
> -
> -  return 0;
> +  xmlNewChild (parent, NULL, "caps", gst_caps_to_string (caps));
> +  return parent;
>  }

Isn't this a memleak?

Ronald




More information about the gstreamer-devel mailing list