* src/psaux/psobjs.c (ps_table_release): Remove redundant casting.
diff --git a/src/psaux/psobjs.c b/src/psaux/psobjs.c
index 703567f..bffda99 100644
--- a/src/psaux/psobjs.c
+++ b/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 );