mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
*** empty log message ***
svn path=/trunk/; revision=1439
This commit is contained in:
parent
bd1cb1e820
commit
7cdd9a1c62
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: conio.c,v 1.12 2000/10/09 00:12:01 ekohl Exp $
|
||||
/* $Id: conio.c,v 1.13 2000/12/01 12:39:17 jean Exp $
|
||||
*
|
||||
* reactos/subsys/csrss/api/conio.c
|
||||
*
|
||||
|
@ -586,6 +586,7 @@ VOID Console_Api( DWORD RefreshEvent )
|
|||
if( ActiveConsole == 0 )
|
||||
{
|
||||
DbgPrint( "CSR: No Active Console!\n" );
|
||||
RtlLeaveCriticalSection( &ActiveConsoleLock );
|
||||
RtlFreeHeap( CsrssApiHeap, 0, KeyEventRecord );
|
||||
continue;
|
||||
}
|
||||
|
@ -610,6 +611,7 @@ VOID Console_Api( DWORD RefreshEvent )
|
|||
if( ActiveConsole == 0 )
|
||||
{
|
||||
DbgPrint( "CSR: No Active Console!\n" );
|
||||
RtlLeaveCriticalSection( &ActiveConsoleLock );
|
||||
RtlFreeHeap( CsrssApiHeap, 0, KeyEventRecord );
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue