Closed memory leak with comparison of files

This commit is contained in:
2015-10-16 15:51:03 +00:00
parent e41e6c2040
commit 948e2035fc
3 changed files with 6 additions and 2 deletions

View File

@ -669,6 +669,10 @@ ex:;
free(a2_acl);
if(d2_acl != NULL)
free(d2_acl);
if(attrlist1 != NULL)
free(attrlist1);
if(attrlist2 != NULL)
free(attrlist2);
Xorriso_free_meM(part_path);
Xorriso_free_meM(a);
return(ret);