[xiph-cvs] cvs commit: icecast/src source.c
Michael Smith
msmith at xiph.org
Fri Jan 17 22:54:29 PST 2003
msmith 03/01/18 01:54:29
Modified: src source.c
Log:
Small memory leak fixed (patch from Ricardo Galli <gallir at uib.es>)
Revision Changes Path
1.29 +1 -0 icecast/src/source.c
Index: source.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/source.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- source.c 1 Jan 2003 21:21:20 -0000 1.28
+++ source.c 18 Jan 2003 06:54:29 -0000 1.29
@@ -241,6 +241,7 @@
DEBUG0("Client has unrecoverable error catching up. Client has probably disconnected");
client->con->error = 1;
data_done = 1;
+ refbuf_release(abuf);
break;
}
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list