1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

prevent a debug message from triggering

svn path=/icecast/trunk/icecast/; revision=15784
This commit is contained in:
Karl Heyes 2009-03-17 02:59:50 +00:00
parent ed7e707f11
commit 5597e2b874

View File

@ -302,6 +302,7 @@ static void *fserv_thread_function(void *arg)
continue;
}
refbuf = refbuf->next;
client->refbuf->next = NULL;
refbuf_release (client->refbuf);
client->refbuf = refbuf;
bytes = refbuf->len;