mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-05 08:47:59 +02:00
Bug #9279: Fixed a file descriptor leak.
This commit is contained in:
parent
c9e28e05ae
commit
bc80f9fe3c
1 changed files with 1 additions and 0 deletions
|
|
@ -471,6 +471,7 @@ parseline(
|
|||
if (infp == NULL)
|
||||
goto error;
|
||||
_XimParseStringFile(infp, im);
|
||||
fclose(infp);
|
||||
return (0);
|
||||
} else if ((token == KEY) && (strcmp("None", tokenbuf) == 0)) {
|
||||
modifier = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue