Re-enabled call to burn_drive_info_free() after repair by revision 93

This commit is contained in:
2006-09-10 17:25:00 +00:00
parent 48ff3fc67b
commit fb2deba58c
3 changed files with 2 additions and 10 deletions

View File

@ -223,11 +223,7 @@ int libburner_aquire_by_driveno(int *driveno)
printf("Detected '%s' as persistent address of drive number %d\n",
adr,*driveno);
/* In cdrskin this causes a delayed sigsegv. I understand we risk only
a small memory leak by not doing:
burn_drive_info_free(drive_list);
*/
burn_finish();
printf(
"Re-Initializing library to release any unintended drives ...\n");

View File

@ -327,11 +327,7 @@ int libburner_aquire_by_driveno(int *driveno)
printf("Detected '%s' as persistent address of drive number %d\n",
adr,*driveno);
/* In cdrskin this causes a delayed sigsegv. I understand we risk only
a small memory leak by not doing:
burn_drive_info_free(drive_list);
*/
burn_finish();
printf(
"Re-Initializing library to release any unintended drives ...\n");