Closed memory leak in case of error with file hiding. Coverity CID 28746 to 28750.

This commit is contained in:
Thomas Schmitt 2015-11-03 14:06:32 +00:00
parent c3838c1a86
commit 91a8e46284
2 changed files with 2 additions and 2 deletions

View File

@ -463,7 +463,7 @@ cannot_open_dir:;
if(hide_attrs != 3) {
ret= Xorriso_path_is_hidden(xorriso, disk_path, 0);
if(ret<0)
return(ret);
goto ex;
if(ret>=0)
hide_attrs|= ret;
}

View File

@ -1 +1 @@
#define Xorriso_timestamP "2015.11.03.130551"
#define Xorriso_timestamP "2015.11.03.140546"