mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-06-30 22:18:19 -04: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);
|
free(src_nodes);
|
||||||
src_nodes = snd;
|
src_nodes = snd;
|
||||||
}
|
}
|
||||||
if (buff) free(buff);
|
if (buff) xmlFree(buff);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _compare_stats(void *arg, void *a, void *b)
|
static int _compare_stats(void *arg, void *a, void *b)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user