[-] Workaround for mxml 2.10 memleak

2.10's mxmlDelete memleaks, and mxml is used in many parts of forked-daapd. So
to avoid that we ship upstream's fixed version of mxmlDelete and use that.
This commit is contained in:
ejurgensen
2020-03-27 23:04:18 +01:00
parent 2d8521139c
commit dbc798da4f
6 changed files with 103 additions and 11 deletions

View File

@@ -30,7 +30,7 @@
#include <sys/types.h>
#include <limits.h>
#include <mxml.h>
#include "mxml-compat.h"
#include "httpd_rsp.h"
#include "logger.h"