Closed memory leaks detected by valgrind

This commit is contained in:
2011-02-14 13:15:04 +00:00
parent 37688470e1
commit 1ad7e71e24
5 changed files with 11 additions and 3 deletions

View File

@ -1215,6 +1215,7 @@ int Xorriso_pacifier_loop(struct XorrisO *xorriso, struct burn_drive *drive,
break;
}
}
iso_image_unref(image);
return(1);
}