summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2022-08-02 12:57:39 +0000
committerAlexei Podtelezhnikov <apodtele@gmail.com>2022-08-02 12:57:39 +0000
commitd53c114165b152d58b8b86d3c25a2bd27b006136 (patch)
tree7b5dc199bb1beba2488c6d5caf718ec6450046f1
parent480be443b782defd6d9acc35beee47a5e37fab6e (diff)
downloadfreetype2-d53c114165b152d58b8b86d3c25a2bd27b006136.tar.gz
* src/psaux/psobjs.c (ps_table_release): Remove redundant casting.
-rw-r--r--src/psaux/psobjs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psaux/psobjs.c b/src/psaux/psobjs.c
index 703567f7e..bffda99ee 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 );