As suggested by Bill, I changed xsltShallowCopyNsNode() to return an
authorKasimier T. Buchcik <kbuchcik@src.gnome.org>
Thu, 10 Aug 2006 11:37:37 +0000 (11:37 +0000)
committerKasimier T. Buchcik <kbuchcik@src.gnome.org>
Thu, 10 Aug 2006 11:37:37 +0000 (11:37 +0000)
commit8700dbb5039784a6b39477616d1067863f172f1d
tree75ca355b105c079b966b3a7e26c48e82a0d0b09d
parent4b155f2bb20ed044b3569a9b5067bcbfdba8a4a4
As suggested by Bill, I changed xsltShallowCopyNsNode() to return an

* libxslt/transform.c: As suggested by Bill, I changed
  xsltShallowCopyNsNode() to return an xmlNsPtr instead of
  an int. The fix of bug #350085 is OK; i.e. the removal
  of the call to xsltFreeRVTs() in
  xsltApplyStylesheetInternal(). I think I tried to clear
  the transformation context as much as possible, in case
  it is reused; Daniel informed me on the list that reusing
  the context is not intended, so no need anymore to try
  to free the fragments immediately after the transformation.
ChangeLog
libxslt/transform.c