fixed small error in last update of FT_Done_Memory
This commit is contained in:
parent
b404d06a6b
commit
ca8d1cda94
|
@ -276,7 +276,7 @@
|
||||||
|
|
||||||
FT_EXPORT_DEF( void ) FT_Done_Memory( FT_Memory memory )
|
FT_EXPORT_DEF( void ) FT_Done_Memory( FT_Memory memory )
|
||||||
{
|
{
|
||||||
memory->free( memory );
|
memory->free( memory, memory );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue