1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtstyle: Coverity 88475

This commit is contained in:
Peter Howkins 2018-07-03 18:46:59 +01:00
parent 9e0cd3fe51
commit 5481b6b753

View file

@ -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);