Skip to content
  • Daniel Veillard's avatar
    Fix a memory leak if compiled with Windows locale support · 7f741527
    Daniel Veillard authored
    Ralf Junker <ralfjunker@gmx.de> pointed out a ouple of leaks in the
    Windows locale support:
    * libxslt/xslt.c: add cleanup code for the mutex in xsltUninit()
    * libxslt/xsltlocale.c libxslt/xsltlocale.h: add a new cleanup function
      xsltFreeLocales
    * libxslt/extensions.c: add a call to xsltFreeLocales in xsltCleanupGlobals
    7f741527