Updated to state of discussion

This commit is contained in:
2007-09-06 11:58:51 +00:00
parent 804391fc44
commit ffc4b67c77
4 changed files with 55 additions and 30 deletions

View File

@ -88,13 +88,6 @@ int isoburn_destroy(struct isoburn **objpt, int flag)
/* >>> end mutex */
#ifdef NIX
if(o->stdio_path!=NULL)
free((char *) o->stdio_path);
if(o->stdio_fd!=-1)
close(o->stdio_fd);
#endif
if(o->drive!=NULL)
burn_drive_release(o->drive, 0);
isoburn_free_rwopts(o);