diff --git a/cde/programs/dtstyle/Main.c b/cde/programs/dtstyle/Main.c index 3c7e933cd..e6a6e8e4a 100644 --- a/cde/programs/dtstyle/Main.c +++ b/cde/programs/dtstyle/Main.c @@ -570,11 +570,9 @@ malloc_trace(0); _DtWsmSetBackdropSearchPath(style.screen, dirs, style.useMultiColorIcons); - if (string != NULL) - XtFree((char *)string); + XtFree((char *)string); - if (dirs != NULL) - XtFree((char *)dirs); + XtFree((char *)dirs);