diff src/cdaudio/cdaudio.c @ 1130:d677e4fdc3fd trunk

[svn] - fix crash on plugin shutdown
author nenolod
date Sat, 26 May 2007 21:15:27 -0700
parents 50505f91e6c7
children
line wrap: on
line diff
--- 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;