From 0d07746403f9fbdb9e29764e685b4b7552d4115d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 13 Nov 2022 12:42:51 -0800 Subject: Remove unnecessary cast of XFree() argument Signed-off-by: Alan Coopersmith --- xstdcmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xstdcmap.c b/xstdcmap.c index 3d9a0f7..3759471 100644 --- a/xstdcmap.c +++ b/xstdcmap.c @@ -326,7 +326,7 @@ doIndividualColormaps(void) if (!status) break; } - XFree((char *) vinfo); + XFree(vinfo); return status; } -- cgit v1.2.3