More work with regards to imager
This commit is contained in:
@@ -46,7 +46,7 @@ ecdb_burn_project_init(Ecdb_Burn_Project *proj)
|
||||
proj->underrun_proof = TRUE;
|
||||
proj->opc = TRUE;
|
||||
proj->multi = TRUE;
|
||||
proj->files = ecore_list_new();
|
||||
proj->files = ecdb_source_new();
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
@@ -311,7 +311,7 @@ ecdb_burn_finished(void *data, int type, void *event)
|
||||
/* To be removed from here at some point */
|
||||
Ecdb_Burn_Project *t;
|
||||
t = ECDB_BURN(proj->proj);
|
||||
ecore_list_destroy(t->files);
|
||||
FREE(t->files);
|
||||
FREE(t);
|
||||
FREE(proj);
|
||||
ecore_event_add(ECORE_EVENT_SIGNAL_EXIT, NULL, NULL, NULL);
|
||||
|
Reference in New Issue
Block a user