[xiph-commits] r7286 - icecast/branches/icecast-singleq/src

oddsock at dactyl.lonelymoon.com oddsock
Fri Jul 23 09:00:12 PDT 2004


Author: oddsock
Date: Fri Jul 23 09:00:12 2004
New Revision: 7286

Modified:
icecast/branches/icecast-singleq/src/format_vorbis.c
Log:
move declaration to top of code block...

Modified: icecast/branches/icecast-singleq/src/format_vorbis.c
===================================================================
--- icecast/branches/icecast-singleq/src/format_vorbis.c	2004-07-23 15:39:27 UTC (rev 7285)
+++ icecast/branches/icecast-singleq/src/format_vorbis.c	2004-07-23 16:00:04 UTC (rev 7286)
@@ -171,8 +171,8 @@
header = state->header_pages;
while (header)
{
+                refbuf_t *to_release = header;
DEBUG0 ("clearing out header page");
-                refbuf_t *to_release = header;
header = header->next;
refbuf_release (to_release);
}



More information about the commits mailing list