Bug fix: Command -truncate_overwritable on ISO image without MD5 caused double free of memory
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
#define Xorriso_free_meM(pt) { \
|
||||
if(pt != NULL) \
|
||||
free((char *) pt); \
|
||||
pt= NULL; \
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user