aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/GetNrmHint.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/GetNrmHint.c')
-rw-r--r--nx-X11/lib/X11/GetNrmHint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/GetNrmHint.c b/nx-X11/lib/X11/GetNrmHint.c
index 7871d99de..cc8fd235e 100644
--- a/nx-X11/lib/X11/GetNrmHint.c
+++ b/nx-X11/lib/X11/GetNrmHint.c
@@ -83,7 +83,7 @@ Status XGetWMSizeHints (
if ((actual_type != XA_WM_SIZE_HINTS) ||
(nitems < OldNumPropSizeElements) || (actual_format != 32)) {
- if (prop != NULL) Xfree (prop);
+ Xfree (prop);
return False;
}