1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

DtSvc: Coverity (memory corruption, moderate)

This commit is contained in:
Jon Trulson 2014-12-26 15:54:08 -07:00
parent 80b516d021
commit 48cfb46a97

View file

@ -1016,7 +1016,6 @@ struct termios *SPC_Get_Current_Termio(void)
spc_close(tty_fd);
if(retval == ERROR) {
XeFree((void *)termio_struct);
SPC_Error(SPC_Bad_tc_Call,(XeString)"tcgetattr");
/* Fall through and use default settings */