mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 23:00:05 +01:00
Close with Pclose() that which we open with Popen().
(cherry picked from ce78b0cd2b commit)
This commit is contained in:
parent
b84fb534fb
commit
c559940c10
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ char tmpname[PATH_MAX];
|
|||
#ifndef WIN32
|
||||
if (haveDir)
|
||||
fclose(in);
|
||||
else if ((rval=pclose(in))!=0) {
|
||||
else if ((rval=Pclose(in))!=0) {
|
||||
if (xkbDebugFlags)
|
||||
ErrorF("xkbcomp returned exit code %d\n",rval);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue