mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
I swear! last commit! (forgot to ZwClose)
svn path=/trunk/; revision=7912
This commit is contained in:
parent
0d2c4c19fd
commit
2950445444
1 changed files with 4 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: text.c,v 1.71 2004/01/29 22:23:27 rcampbell Exp $ */
|
||||
/* $Id: text.c,v 1.72 2004/01/29 22:24:51 rcampbell Exp $ */
|
||||
|
||||
|
||||
#undef WIN32_LEAN_AND_MEAN
|
||||
|
@ -316,9 +316,12 @@ BOOL FASTCALL InitFontSupport(VOID)
|
|||
}
|
||||
ExFreePool(cchFilename.Buffer);
|
||||
ExFreePool(pBuff);
|
||||
ZwClose(hDirectory);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
ZwClose(hDirectory);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue