aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/GetHints.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/GetHints.c')
-rw-r--r--nx-X11/lib/X11/GetHints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/GetHints.c b/nx-X11/lib/X11/GetHints.c
index fae61e912..7bfd35358 100644
--- a/nx-X11/lib/X11/GetHints.c
+++ b/nx-X11/lib/X11/GetHints.c
@@ -258,7 +258,7 @@ Status XGetCommand (
return (0);
}
- if (tp.value) Xfree (tp.value);
+ Xfree (tp.value);
*argvp = argv;
*argcp = argc;
return 1;