Commit d53c114165b152d58b8b86d3c25a2bd27b006136

Alexei Podtelezhnikov 2022-08-02T12:57:39

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

1
2
3
4
5
6
7
8
9
10
11
12
13
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 );