1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Remove a bogus non-null check

svn path=/icecast/trunk/icecast/; revision=10979
This commit is contained in:
Michael Smith 2006-03-07 19:39:16 +00:00
parent 043aa0b009
commit 14e0cfcdac

View File

@ -585,9 +585,7 @@ static void source_init (source_t *source)
stats_event (source->mount, "listenurl", listenurl);
if (listenurl) {
free(listenurl);
}
free(listenurl);
if (source->dumpfilename != NULL)
{