dll: fsctl: testing

This commit is contained in:
Bill Zissimopoulos 2015-11-30 17:32:40 -08:00
parent f1dbfe2b74
commit 6f3f87e21e

View File

@ -126,8 +126,8 @@ exit:
if (0 != Token)
CloseHandle(Token);
free(ParamsBuf);
free(DefaultDacl);
free(ParamsBuf);
return Result;
}