From e319053190ccf9ceb5ce49659a88c7ea56079997 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 7 Mar 2012 13:53:55 +0100 Subject: probable intent --- sal/osl/w32/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sal/osl/w32/security.c b/sal/osl/w32/security.c index 9da4a977017d..d2e0ef7665a3 100644 --- a/sal/osl/w32/security.c +++ b/sal/osl/w32/security.c @@ -679,7 +679,7 @@ void SAL_CALL osl_unloadUserProfile(oslSecurity Security) } } - ((oslSecurityImpl*)Security)->m_hProfile; + ((oslSecurityImpl*)Security)->m_hProfile = NULL; if (hAccessToken && (hAccessToken != ((oslSecurityImpl*)Security)->m_hToken)) { -- cgit