Commit a348ba9a authored by Martin Szulecki's avatar Martin Szulecki

Make sure plist_cleanup() symbol is actually public

parent 16f45a04
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include <libxml/threads.h> #include <libxml/threads.h>
#include <libxml/xmlmemory.h> #include <libxml/xmlmemory.h>
void plist_cleanup(void) PLIST_API void plist_cleanup(void)
{ {
/* free memory from parser initialization */ /* free memory from parser initialization */
xmlCleanupCharEncodingHandlers(); xmlCleanupCharEncodingHandlers();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment