Fixed segfault with libisofs handling
This commit is contained in:
parent
f6a9daca9c
commit
137a1efc2f
@ -105,11 +105,9 @@ ecdb_image_project(Ecdb_Project *proj)
|
||||
iso_image_unref(image);
|
||||
iso_write_opts_free(opts);
|
||||
iso_finish();
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* Valgrind segfaults around here for some reason, otherwise not
|
||||
* strange
|
||||
*/
|
||||
iso_image_create_burn_source(image, opts, &data_src);
|
||||
iso_write_opts_free(opts);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user