Closed memory leak in case of error with file hiding. Coverity CID 28746 to 28750.
This commit is contained in:
parent
7bfc8f3235
commit
9898b95533
@ -463,7 +463,7 @@ cannot_open_dir:;
|
|||||||
if(hide_attrs != 3) {
|
if(hide_attrs != 3) {
|
||||||
ret= Xorriso_path_is_hidden(xorriso, disk_path, 0);
|
ret= Xorriso_path_is_hidden(xorriso, disk_path, 0);
|
||||||
if(ret<0)
|
if(ret<0)
|
||||||
return(ret);
|
goto ex;
|
||||||
if(ret>=0)
|
if(ret>=0)
|
||||||
hide_attrs|= ret;
|
hide_attrs|= ret;
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2015.11.03.130551"
|
#define Xorriso_timestamP "2015.11.03.140546"
|
||||||
|
Loading…
Reference in New Issue
Block a user