Fix HEAP_free call.
Modified: trunk/reactos/lib/gdi32/objects/font.c
_____
Modified: trunk/reactos/lib/gdi32/objects/font.c
--- trunk/reactos/lib/gdi32/objects/font.c 2005-01-02 20:47:34 UTC
(rev 12736)
+++ trunk/reactos/lib/gdi32/objects/font.c 2005-01-02 20:49:00 UTC
(rev 12737)
@@ -1,4 +1,4 @@
-/* $Id: font.c,v 1.11 2004/12/30 02:32:24 navaraf Exp $
+/* $Id$
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@@ -716,7 +716,7 @@
{
rc = AddFontResourceExW ( FilenameW, fl, pvReserved );
- HEAP_free ( &FilenameW );
+ HEAP_free ( FilenameW );
}
return rc;
}
Show replies by date