mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 17:20:05 +01:00
test: close the right pipe fds
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e8f059f235
commit
20fb3fc875
1 changed files with 1 additions and 1 deletions
|
|
@ -133,8 +133,8 @@ START_TEST(test_syn_event)
|
|||
libevdev_free(dev);
|
||||
uinput_device_free(uidev);
|
||||
|
||||
close(pipefd[0]);
|
||||
close(pipefd[1]);
|
||||
close(pipefd[2]);
|
||||
|
||||
}
|
||||
END_TEST
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue