summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xstdcmap.c2
1 files changed, 1 insertions, 1 deletions
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;
}