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

karl at svn.xiph.org karl at svn.xiph.org
Fri Sep 16 14:29:51 PDT 2005


Author: karl
Date: 2005-09-16 14:29:49 -0700 (Fri, 16 Sep 2005)
New Revision: 10021

Modified:
   icecast/trunk/icecast/src/format_mp3.c
Log:
minor memory leak possible on source shutdown


Modified: icecast/trunk/icecast/src/format_mp3.c
===================================================================
--- icecast/trunk/icecast/src/format_mp3.c	2005-09-16 18:29:10 UTC (rev 10020)
+++ icecast/trunk/icecast/src/format_mp3.c	2005-09-16 21:29:49 UTC (rev 10021)
@@ -412,6 +412,7 @@
     free (state->url_artist);
     free (state->url_title);
     refbuf_release (state->metadata);
+    refbuf_release (state->read_data);
     free(state);
     free(self);
 }



More information about the commits mailing list