dtstyle: Fix CID 100252
This commit is contained in:
parent
90bd9101e3
commit
fe39b630b3
|
|
@ -485,6 +485,8 @@ WriteOutPalette(
|
|||
pCurrentPalette->color[i].bg.blue);
|
||||
if(-1 == write(fd, temp, strlen(temp))) {
|
||||
perror(strerror(errno));
|
||||
XtFree(temp);
|
||||
close(fd);
|
||||
return(-1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue