From 0af61c4ff3fe687cacde03d11638d86c7077d977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Wed, 23 Jul 2003 17:04:24 +0000 Subject: [PATCH] Release mutex on NULL hWnd, fix by Art Yerkes svn path=/trunk/; revision=5228 --- reactos/subsys/win32k/ntuser/timer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/subsys/win32k/ntuser/timer.c b/reactos/subsys/win32k/ntuser/timer.c index 66a9ca7136c..a1027707ec8 100644 --- a/reactos/subsys/win32k/ntuser/timer.c +++ b/reactos/subsys/win32k/ntuser/timer.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: timer.c,v 1.6 2003/07/21 21:53:53 royce Exp $ +/* $Id: timer.c,v 1.7 2003/07/23 17:04:24 gvg Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -208,6 +208,7 @@ NtUserSetTimer ++ Index; HintIndex = Index; + ExReleaseFastMutex(&Mutex); return Index; } else