mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
fix minor memory leak
svn path=/icecast/trunk/icecast/; revision=8364
This commit is contained in:
parent
d077dc4b28
commit
66568ed242
1
src/yp.c
1
src/yp.c
@ -488,7 +488,6 @@ static ypdata_t *create_yp_entry (source_t *source)
|
||||
yp->server_desc = strdup ("");
|
||||
yp->server_genre = strdup ("");
|
||||
yp->bitrate = strdup ("");
|
||||
yp->server_desc = strdup ("");
|
||||
yp->server_type = strdup ("");
|
||||
yp->cluster_password = strdup ("");
|
||||
yp->url = strdup ("");
|
||||
|
Loading…
Reference in New Issue
Block a user