Releasing loaded ISO image data when no longer needed

master
Thomas Schmitt 10 years ago
parent 095c82efc1
commit 22c6f2cb15

@ -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…
Cancel
Save