Releasing loaded ISO image data when no longer needed
This commit is contained in:
parent
098a1832bf
commit
1e7cf4b171
@ -375,7 +375,10 @@ static int isoburn_welcome_media(struct isoburn **o, struct burn_drive *d,
|
||||
readonly= 1;
|
||||
if(flag & 128)
|
||||
flag = (flag & ~ 16) | 8;
|
||||
|
||||
|
||||
ret= isoburn_find_emulator(o, d, 0);
|
||||
if(ret >= 0 && *o != NULL)
|
||||
isoburn_destroy(o, 0);
|
||||
ret= isoburn_new(o, 0);
|
||||
if(ret<=0)
|
||||
goto ex;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2013.11.15.095611"
|
||||
#define Xorriso_timestamP "2013.11.17.120422"
|
||||
|
Loading…
Reference in New Issue
Block a user