Fix a couple bugs, and now errors are displayed to progress text.
This commit is contained in:
@ -10,8 +10,6 @@ ecdb_aquire_drive_info(void)
|
||||
struct burn_drive_info *drives_current;
|
||||
struct burn_speed_descriptor *speeds;
|
||||
|
||||
ecdb_burn_init();
|
||||
|
||||
ret = 0;
|
||||
if (em->drives)
|
||||
ecore_list_destroy(em->drives);
|
||||
@ -75,7 +73,6 @@ ecdb_aquire_drive_info(void)
|
||||
}
|
||||
|
||||
burn_drive_info_free(drives_current);
|
||||
burn_finish();
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user