Cywin: user profile: unload impersonation user profile on exit

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2019-02-23 21:06:12 +01:00
parent dd3730ed9c
commit bcb33dc4f0
2 changed files with 6 additions and 0 deletions

View File

@ -193,6 +193,11 @@ public:
{
return effec_cygsid.string (buf);
}
void exit ()
{
if (imp_profile_token && imp_profile)
unload_user_profile (imp_profile_token, imp_profile);
}
const char __reg3 *test_uid (char *&, const char *, size_t);
};