changeset 1129:cb1502e462f9 trunk

[svn] - remove g_free(description) in cleanup functions to avoid crash on quit.
author yaz
date Sat, 26 May 2007 20:36:05 -0700
parents ea77e4df4ce4
children d677e4fdc3fd
files ChangeLog src/flac/plugin.c
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat May 26 16:14:16 2007 -0700
+++ b/ChangeLog	Sat May 26 20:36:05 2007 -0700
@@ -1,3 +1,11 @@
+2007-05-26 23:14:16 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [2422]
+  - clean up some debugging stuff
+  
+  trunk/src/wavpack/libwavpack.cxx |    5 ++---
+  1 file changed, 2 insertions(+), 3 deletions(-)
+
+
 2007-05-26 21:54:07 +0000  
   revision [2420]
   (Re)added the description
--- a/src/flac/plugin.c	Sat May 26 16:14:16 2007 -0700
+++ b/src/flac/plugin.c	Sat May 26 20:36:05 2007 -0700
@@ -379,9 +379,6 @@
 
 void FLAC_XMMS__cleanup()
 {
-    g_free(flac_ip.description);
-    flac_ip.description = NULL;
-
     if (flac_cfg.title.tag_format) {
         g_free(flac_cfg.title.tag_format);
         flac_cfg.title.tag_format = NULL;