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

Small memory leak fixed (patch from Ricardo Galli <gallir@uib.es>)

svn path=/trunk/icecast/; revision=4259
This commit is contained in:
Michael Smith 2003-01-18 06:54:29 +00:00
parent 8f1b39e34d
commit 369a4568b6

View File

@ -241,6 +241,7 @@ void *source_main(void *arg)
DEBUG0("Client has unrecoverable error catching up. Client has probably disconnected");
client->con->error = 1;
data_done = 1;
refbuf_release(abuf);
break;
}