Author: pollux
Date: 2007-02-18 08:47:49 +0000 (Sun, 18 Feb 2007)
New Revision: 24988
Modified:
xfburn/trunk/xfburn/xfburn-device-list.c
Log:
correctly free the 'drives' array
Modified: xfburn/trunk/xfburn/xfburn-device-list.c
===================================================================
--- xfburn/trunk/xfburn/xfburn-device-list.c 2007-02-17 14:31:35 UTC (rev
24987)
+++ xfburn/trunk/xfburn/xfburn-device-list.c 2007-02-18 08:47:49 UTC (rev
24988)
@@ -205,10 +205,9 @@
refresh_supported_speeds (device, &(drives[i]));
devices = g_list_append (devices, device);
-
- burn_drive_info_free (&(drives[i]));
}
+ burn_drive_info_free (drives);
burn_finish ();
}
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits