* src/psaux/psobjs.c (ps_table_release): Remove redundant casting.
This commit is contained in:
parent
480be443b7
commit
d53c114165
@ -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…
x
Reference in New Issue
Block a user