mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
I should fix the leak properly :)
svn path=/icecast/trunk/icecast/; revision=8349
This commit is contained in:
parent
d124e7ca32
commit
9fd0b2974f
2
src/yp.c
2
src/yp.c
@ -747,7 +747,7 @@ static void yp_destroy_ypdata(ypdata_t *ypdata)
|
|||||||
if (ypdata->audio_info) {
|
if (ypdata->audio_info) {
|
||||||
free(ypdata->audio_info);
|
free(ypdata->audio_info);
|
||||||
}
|
}
|
||||||
if (ypdata->audio_info) {
|
if (ypdata->cluster_password) {
|
||||||
free(ypdata->cluster_password);
|
free(ypdata->cluster_password);
|
||||||
}
|
}
|
||||||
free (ypdata->error_msg);
|
free (ypdata->error_msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user