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

pull/3/head
Alexei Podtelezhnikov 2 years ago
parent 480be443b7
commit d53c114165
  1. 2
      src/psaux/psobjs.c

@ -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 );

Loading…
Cancel
Save