mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Release mutex on NULL hWnd, fix by Art Yerkes
svn path=/trunk/; revision=5228
This commit is contained in:
parent
42d63c02df
commit
0af61c4ff3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue