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

karl at dactyl.lonelymoon.com karl
Wed Jul 21 08:29:49 PDT 2004


Author: karl
Date: Wed Jul 21 08:29:49 2004
New Revision: 7228

Modified:
icecast/branches/icecast-singleq/src/format_vorbis.c
Log:
missed out from a previous patch, could cause a segv


Modified: icecast/branches/icecast-singleq/src/format_vorbis.c
===================================================================
--- icecast/branches/icecast-singleq/src/format_vorbis.c	2004-07-21 15:02:42 UTC (rev 7227)
+++ icecast/branches/icecast-singleq/src/format_vorbis.c	2004-07-21 15:29:48 UTC (rev 7228)
@@ -101,7 +101,7 @@
void format_vorbis_free_plugin(format_plugin_t *self)
{
vstate_t *state = (vstate_t *)self->_state;
-    refbuf_t *header;
+    refbuf_t *header = state->header_pages;

/* free memory associated with this plugin instance */




More information about the commits mailing list