* src/psaux/psobjs.c (ps_table_release): Remove redundant casting.

This commit is contained in:
Alexei Podtelezhnikov 2022-08-02 12:57:39 +00:00
parent 480be443b7
commit d53c114165
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@
FT_Memory memory = table->memory;
if ( (FT_ULong)table->init == 0xDEADBEEFUL )
if ( table->init == 0xDEADBEEFUL )
{
FT_FREE( table->block );
FT_FREE( table->elements );