mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtstyle: Fix CID 100252
This commit is contained in:
parent
90bd9101e3
commit
fe39b630b3
1 changed files with 2 additions and 0 deletions
|
@ -485,6 +485,8 @@ WriteOutPalette(
|
||||||
pCurrentPalette->color[i].bg.blue);
|
pCurrentPalette->color[i].bg.blue);
|
||||||
if(-1 == write(fd, temp, strlen(temp))) {
|
if(-1 == write(fd, temp, strlen(temp))) {
|
||||||
perror(strerror(errno));
|
perror(strerror(errno));
|
||||||
|
XtFree(temp);
|
||||||
|
close(fd);
|
||||||
return(-1);
|
return(-1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue