Release mutex on NULL hWnd, fix by Art Yerkes

svn path=/trunk/; revision=5228
This commit is contained in:
Gé van Geldorp 2003-07-23 17:04:24 +00:00
parent 42d63c02df
commit 0af61c4ff3

View file

@ -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