~ubuntu-branches/ubuntu/natty/libxslt/natty-security

« back to all changes in this revision

Viewing changes to libxslt/transform.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-19 14:47:49 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071119144749-w3hx9zj1dpcjwq07
Tags: 1.1.22-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Build a python-libxslt1-dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3054
3054
            /* Need to housekeep localRVTBase */
3055
3055
            if (tmp == ctxt->localRVTBase)
3056
3056
                ctxt->localRVTBase = curdoc;
 
3057
            if (tmp->prev)
 
3058
                tmp->prev->next = (xmlNodePtr) curdoc;
 
3059
            if (curdoc)
 
3060
                curdoc->prev = tmp->prev;
3057
3061
            xsltReleaseRVT(ctxt, tmp);
3058
3062
        } while (curdoc != oldLocalFragmentTop);
3059
3063
    }