mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtterm: Coverity 89479
This commit is contained in:
parent
f470e4303e
commit
5efbca724b
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ FixOSFBindings
|
|||
}
|
||||
|
||||
if (!origDisplayBindings) {
|
||||
if (ignoredKeysymList) XtFree((char *)ignoredKeysymList);
|
||||
XtFree((char *)ignoredKeysymList);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue