diff --git a/libisoburn/isofs_wrap.c b/libisoburn/isofs_wrap.c index b6ea236b..5e4406bd 100644 --- a/libisoburn/isofs_wrap.c +++ b/libisoburn/isofs_wrap.c @@ -317,13 +317,14 @@ displacement_rollover:; read_opts->hasIso1999 = iso_read_image_features_has_iso1999(features); read_opts->hasElTorito = iso_read_image_features_has_eltorito(features); read_opts->size = iso_read_image_features_get_size(features); - iso_read_image_features_destroy(features); ret= 1; ex:; if(msg != NULL) free(msg); if(ropts != NULL) iso_read_opts_free(ropts); + if(features != NULL) + iso_read_image_features_destroy(features); return(ret); } diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index b24e865e..e9009d87 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2012.04.11.163237" +#define Xorriso_timestamP "2012.04.19.073152"