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:
parent
9e0cd3fe51
commit
5481b6b753
1 changed files with 2 additions and 4 deletions
|
@ -570,10 +570,8 @@ malloc_trace(0);
|
||||||
|
|
||||||
_DtWsmSetBackdropSearchPath(style.screen, dirs, style.useMultiColorIcons);
|
_DtWsmSetBackdropSearchPath(style.screen, dirs, style.useMultiColorIcons);
|
||||||
|
|
||||||
if (string != NULL)
|
|
||||||
XtFree((char *)string);
|
XtFree((char *)string);
|
||||||
|
|
||||||
if (dirs != NULL)
|
|
||||||
XtFree((char *)dirs);
|
XtFree((char *)dirs);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue