# HG changeset patch # User yaz # Date 1180236965 25200 # Node ID cb1502e462f9aa9d82581418a64b5d7ac193666a # Parent ea77e4df4ce4aed290eed4813c17e83059db4090 [svn] - remove g_free(description) in cleanup functions to avoid crash on quit. diff -r ea77e4df4ce4 -r cb1502e462f9 ChangeLog --- 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 + 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 diff -r ea77e4df4ce4 -r cb1502e462f9 src/flac/plugin.c --- 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;