Fix uses of xmlAddChild for error handling
authorDaniel Veillard <veillard@redhat.com>
Thu, 17 Sep 2009 12:18:26 +0000 (14:18 +0200)
committerDaniel Veillard <veillard@redhat.com>
Thu, 17 Sep 2009 12:18:26 +0000 (14:18 +0200)
commitb244f3c818f1a2bb5252e5862a4f9ccb006efd08
tree50632f0ede22df45f74c4fa817b8951f21ff1066
parent2a8398e6bbef97a47099966d587320d59740665a
Fix uses of xmlAddChild for error handling

* libxslt/transform.c: as Daniel Benson <danielbenson@google.com>
  pointed out the use of xmlAddChild could lead to troubles in
  case of error or merging. make a wrapped xsltAddChild() and
  fix the existing uses.
libxslt/transform.c