Closed memory leak with comparison of files
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user