From dff9686ea0b689fd4298284b67cbc5b317c281fd Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Thu, 26 Apr 2001 01:36:32 +0000 Subject: [PATCH] Close handles to shell process/thread svn path=/trunk/; revision=1829 --- reactos/subsys/system/winlogon/winlogon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reactos/subsys/system/winlogon/winlogon.c b/reactos/subsys/system/winlogon/winlogon.c index 259771b9f69..277d537998c 100644 --- a/reactos/subsys/system/winlogon/winlogon.c +++ b/reactos/subsys/system/winlogon/winlogon.c @@ -1,4 +1,4 @@ -/* $Id: winlogon.c,v 1.4 2001/01/20 18:40:27 ekohl Exp $ +/* $Id: winlogon.c,v 1.5 2001/04/26 01:36:32 phreak Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -200,6 +200,8 @@ VOID DoLoginUser(PCHAR Name, PCHAR Password) return; } WaitForSingleObject(ProcessInformation.hProcess, INFINITE); + CloseHandle( ProcessInformation.hProcess ); + CloseHandle( ProcessInformation.hThread ); } int STDCALL