Fixed a memory leak in Posix ACL inheritance

N2009_11_14_FIXES
jpandre 2008-09-03 14:40:12 +00:00
parent 2cc7b4536e
commit 9525c5c310
1 changed files with 1 additions and 0 deletions

View File

@ -2323,6 +2323,7 @@ static struct POSIX_SECURITY *inherit_posix(struct SECURITY_CONTEXT *scx,
pydesc = ntfs_build_inherited_posix(pxdesc, mode, isdir);
free(pxdesc);
}
free(securattr);
}
}
return (pydesc);