mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Another free->xmlFree change
svn path=/trunk/icecast/; revision=3785
This commit is contained in:
parent
e42c65afa3
commit
8bd8dbbe48
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user