1
0
Fork 0
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:
Peter Howkins 2015-01-13 10:13:03 +00:00
parent 90bd9101e3
commit fe39b630b3

View file

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