Closed a memory leak wiyh -check_media_defaults

master
Thomas Schmitt 8 years ago
parent 5ed5518ab1
commit 637a93f387

@ -565,6 +565,8 @@ int Xorriso_destroy(struct XorrisO **xorriso, int flag)
free(m->in_charset);
if(m->out_charset!=NULL)
free(m->out_charset);
Checkmediajob_destroy(&(m->check_media_default), 0);
Sectorbitmap_destroy(&(m->in_sector_map), 0);
Xorriso_destroy_re(m,0);
Exclusions_destroy(&(m->disk_exclusions), 0);
Exclusions_destroy(&(m->iso_rr_hidings), 0);

@ -1 +1 @@
#define Xorriso_timestamP "2015.11.07.105529"
#define Xorriso_timestamP "2015.11.07.110421"

Loading…
Cancel
Save