fixed small error in last update of FT_Done_Memory

This commit is contained in:
David Turner 2000-12-05 21:32:02 +00:00
parent c226851cb6
commit 679fc7be7d
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@
FT_EXPORT_DEF( void ) FT_Done_Memory( FT_Memory memory )
{
memory->free( memory );
memory->free( memory, memory );
}