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