In message <[EMAIL PROTECTED]>
          [EMAIL PROTECTED] (Jon Burgess) wrote:

> I noticed that the current code calls xmlFreeNode on attributes which
> looks wrong, surely this should be xmlFreeProp?

I thought it looked odd too, but I think it is more complicated than
that as the attribute will normally belong to a node and therefore
shouldn't be freed on it's own like that anyway.

In fact I'm not sure that code should ever be reachable, as the
attribute will always have a parent node I think.

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to