Fixed segfault with libisofs handling

This commit is contained in:
Mario Danic 2008-04-07 23:02:05 +00:00
parent cbceb9fb41
commit 770c717165
1 changed files with 1 additions and 3 deletions

View File

@ -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);