changeset 1112:6674f72343e7 trunk

[svn] - amidi-plug: remove g_free(description) in cleanup function to avoid crash on quit
author giacomo
date Fri, 25 May 2007 02:07:04 -0700
parents c1e1c894fa0b
children 0eddd8516e32
files ChangeLog src/amidi-plug/amidi-plug.c
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri May 25 01:55:15 2007 -0700
+++ b/ChangeLog	Fri May 25 02:07:04 2007 -0700
@@ -1,3 +1,14 @@
+2007-05-25 08:55:15 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [2388]
+  - remove g_free(description) in cleanup functions to avoid crash on quit.
+  
+  trunk/src/OSS/OSS.c                    |    3 ---
+  trunk/src/alsa/alsa.c                  |    3 ---
+  trunk/src/timidity/src/xmms-timidity.c |    3 ---
+  trunk/src/vorbis/vorbis.c              |    3 ---
+  4 files changed, 12 deletions(-)
+
+
 2007-05-25 07:42:15 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [2386]
   - build fix.
--- a/src/amidi-plug/amidi-plug.c	Fri May 25 01:55:15 2007 -0700
+++ b/src/amidi-plug/amidi-plug.c	Fri May 25 02:07:04 2007 -0700
@@ -101,7 +101,6 @@
 static void amidiplug_cleanup( void )
 {
   i_backend_unload(); /* unload currently loaded backend */
-  g_free( amidiplug_ip.description );
 }