Fix segfault in libisofs

This commit is contained in:
Jaime Thomas
2008-04-08 01:45:30 +00:00
parent 466d3ef582
commit f0ca6d13e9
5 changed files with 9 additions and 23 deletions

View File

@@ -179,8 +179,6 @@ ecdb_burn_finished(void *data, int type, void *event)
printf("Freeing session and disc\n");
burn_session_free(proj->session);
/* Crashes on this line... */
burn_disc_free(proj->disc);
printf("Releasing drive\n");