1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Another free->xmlFree change

svn path=/trunk/icecast/; revision=3785
This commit is contained in:
Michael Smith 2002-08-09 15:04:40 +00:00
parent e42c65afa3
commit 8bd8dbbe48

View File

@ -822,7 +822,7 @@ void stats_sendxml(client_t *client)
free(src_nodes);
src_nodes = snd;
}
if (buff) free(buff);
if (buff) xmlFree(buff);
}
static int _compare_stats(void *arg, void *a, void *b)