Mercurial > audlegacy-plugins
changeset 1130:d677e4fdc3fd trunk
[svn] - fix crash on plugin shutdown
author | nenolod |
---|---|
date | Sat, 26 May 2007 21:15:27 -0700 |
parents | cb1502e462f9 |
children | d4889095afac |
files | ChangeLog src/cdaudio/cdaudio.c |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat May 26 20:36:05 2007 -0700 +++ b/ChangeLog Sat May 26 21:15:27 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-27 03:36:05 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [2424] + - remove g_free(description) in cleanup functions to avoid crash on quit. + + trunk/src/flac/plugin.c | 3 --- + 1 file changed, 3 deletions(-) + + 2007-05-26 23:14:16 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [2422] - clean up some debugging stuff
--- a/src/cdaudio/cdaudio.c Sat May 26 20:36:05 2007 -0700 +++ b/src/cdaudio/cdaudio.c Sat May 26 21:15:27 2007 -0700 @@ -764,9 +764,6 @@ GList *node; struct driveinfo *drive; - g_free(cdda_ip.description); - cdda_ip.description = NULL; - if (cdda_cfg.drives) { for (node = g_list_first(cdda_cfg.drives); node; node = node->next) { drive = (struct driveinfo *)node->data;