1
0
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:
Karl Heyes 2004-12-10 17:27:06 +00:00
parent d077dc4b28
commit 66568ed242

View File

@ -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 ("");