Updated to state of discussion
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user