Skip to content

v3.3

Compare
Choose a tag to compare
@michaelrsweet michaelrsweet released this 06 Nov 14:39
· 69 commits to master since this release
0237559

Mini-XML 3.3 is a bug fix release. Changes include:

  • Cleaned up usage of free throughout the library (Issue #276)
  • Added more error handling to the library (Issue #277)
  • Fixed potential memory leak in mxmlLoad* functions (Issue #278, Issue #279)
  • Fixed mxmlSaveString with a buffer size of 0 (Issue #284)
  • Fixed MXML_MINOR_VERSION value in "mxml.h" (Issue #285)
  • Fixed POSIX threading support for MingW (Issue #287)
  • Fixed some minor memory leaks found by Coverity.

Enjoy!