Removed a wrong and obsolete test. Coverity CID 28762.

This commit is contained in:
Thomas Schmitt 2015-11-04 09:48:45 +00:00
parent 564036d501
commit 85424a0f31
2 changed files with 2 additions and 3 deletions

View File

@ -2116,8 +2116,7 @@ int Xorriso_expand_pattern(struct XorrisO *xorriso,
ret= 1; ret= 1;
ex:; ex:;
if(ret<=0) { if(ret<=0) {
if(filev!=NULL) Sfile_destroy_argv(&count, filev, 0);
Sfile_destroy_argv(&count, filev, 0);
*filec= 0; *filec= 0;
} }
return(ret); return(ret);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2015.11.04.084711" #define Xorriso_timestamP "2015.11.04.094803"