changeset 656:3d734efe82d0 trunk

[svn] - disable debugging in preparation for alpha5 release
author nenolod
date Thu, 15 Feb 2007 19:04:53 -0800
parents 6a656a7f40fa
children f46c9abe09d4
files ChangeLog src/madplug/plugin.h
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 15 17:04:00 2007 -0800
+++ b/ChangeLog	Thu Feb 15 19:04:53 2007 -0800
@@ -1,3 +1,12 @@
+2007-02-16 01:04:00 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [1396]
+  - fix double free bug in vorbis fileinfo.
+  
+  trunk/src/vorbis/fileinfo.c |    2 +-
+  trunk/src/vorbis/vorbis.c   |    2 +-
+  2 files changed, 2 insertions(+), 2 deletions(-)
+
+
 2007-02-15 23:18:39 +0000  Michael Farber <01mf02@gmail.com>
   revision [1394]
   - adapted to new INI routines
--- a/src/madplug/plugin.h	Thu Feb 15 17:04:00 2007 -0800
+++ b/src/madplug/plugin.h	Thu Feb 15 19:04:53 2007 -0800
@@ -22,7 +22,7 @@
 #ifndef AUD_MAD_H
 #define AUD_MAD_H
 
-#define DEBUG 1
+/* #define DEBUG 1 */
 /* #define DEBUG_INTENSIVELY 1 */
 /* #define DEBUG_DITHER 1 */