Repaired memory hog and a freshly introduced bug

This commit is contained in:
Thomas Schmitt 2008-01-14 16:47:25 +00:00
parent 6bc6323c78
commit d78ffac9b2
2 changed files with 3 additions and 2 deletions

View File

@ -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;}

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.01.14.163814" #define Xorriso_timestamP "2008.01.14.164628"