Closed a small memory leak with -as mkisofs emulation

This commit is contained in:
Thomas Schmitt 2013-08-20 14:43:43 +00:00
parent 21b4191404
commit 4ebc0f3e9b
2 changed files with 2 additions and 1 deletions

View File

@ -2464,6 +2464,7 @@ ex:;
free(weight_list);
if(delay_opt_list != NULL)
free(delay_opt_list);
Xorriso_free_meM(sort_file);
Xorriso_free_meM(sfe);
Xorriso_free_meM(adr);
Xorriso_free_meM(pathspec);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2013.08.19.152714"
#define Xorriso_timestamP "2013.08.20.144306"