[xiph-commits] r15784 - icecast/trunk/icecast/src

karl at svn.xiph.org karl at svn.xiph.org
Mon Mar 16 19:59:52 PDT 2009


Author: karl
Date: 2009-03-16 19:59:50 -0700 (Mon, 16 Mar 2009)
New Revision: 15784

Modified:
   icecast/trunk/icecast/src/fserve.c
Log:
prevent a debug message from triggering


Modified: icecast/trunk/icecast/src/fserve.c
===================================================================
--- icecast/trunk/icecast/src/fserve.c	2009-03-17 01:45:41 UTC (rev 15783)
+++ icecast/trunk/icecast/src/fserve.c	2009-03-17 02:59:50 UTC (rev 15784)
@@ -302,6 +302,7 @@
                             continue;
                         }
                         refbuf = refbuf->next;
+                        client->refbuf->next = NULL;
                         refbuf_release (client->refbuf);
                         client->refbuf = refbuf;
                         bytes = refbuf->len;



More information about the commits mailing list