freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master d53c11416: * src/psaux/psobjs.c (ps_table_release): R


From: Werner Lemberg
Subject: [freetype2] master d53c11416: * src/psaux/psobjs.c (ps_table_release): Remove redundant casting.
Date: Tue, 2 Aug 2022 08:58:29 -0400 (EDT)

branch: master
commit d53c114165b152d58b8b86d3c25a2bd27b006136
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    * src/psaux/psobjs.c (ps_table_release): Remove redundant casting.
---
 src/psaux/psobjs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]