[gst-devel] Re: [gst-cvs] ds gstreamer: gstreamer/ gstreamer/gst/
David Schleef
ds at schleef.org
Tue Jul 6 15:33:04 CEST 2004
On Sun, Jul 04, 2004 at 06:11:34PM +0200, Ronald S. Bultje wrote:
> 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?
yes.
dave...
More information about the gstreamer-devel
mailing list