mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Small memory leak fixed (patch from Ricardo Galli <gallir@uib.es>)
svn path=/trunk/icecast/; revision=4259
This commit is contained in:
parent
8f1b39e34d
commit
369a4568b6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user