mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Remove a bogus non-null check
svn path=/icecast/trunk/icecast/; revision=10979
This commit is contained in:
parent
043aa0b009
commit
14e0cfcdac
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user