Repaired memory hog and a freshly introduced bug
This commit is contained in:
parent
6bc6323c78
commit
d78ffac9b2
@ -462,7 +462,7 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
|
|||||||
sopts.omit_version_numbers= 0;
|
sopts.omit_version_numbers= 0;
|
||||||
sopts.allow_deep_paths= 1;
|
sopts.allow_deep_paths= 1;
|
||||||
sopts.max_37_char_filenames= 0;
|
sopts.max_37_char_filenames= 0;
|
||||||
sopts.wopts.no_force_dots= 0;
|
sopts.no_force_dots= 0;
|
||||||
sopts.allow_lowercase= 0;
|
sopts.allow_lowercase= 0;
|
||||||
sopts.allow_full_ascii= 0;
|
sopts.allow_full_ascii= 0;
|
||||||
sopts.joliet_longer_paths= 0;
|
sopts.joliet_longer_paths= 0;
|
||||||
@ -2217,6 +2217,7 @@ cannot_iter:;
|
|||||||
(*filec)++;
|
(*filec)++;
|
||||||
}
|
}
|
||||||
iso_dir_iter_free(iter);
|
iso_dir_iter_free(iter);
|
||||||
|
iter= NULL;
|
||||||
if(*filec==0)
|
if(*filec==0)
|
||||||
{ret= 1; goto ex;}
|
{ret= 1; goto ex;}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.01.14.163814"
|
#define Xorriso_timestamP "2008.01.14.164628"
|
||||||
|
Loading…
Reference in New Issue
Block a user