From 02a91a9cb0e98c372e37d95bb43d078490378a53 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 4 Jan 2013 19:38:47 +0100 Subject: fixup! fixed shutdown of plugin --- inputdev.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inputdev.cc b/inputdev.cc index a65f97e..df7ca55 100644 --- a/inputdev.cc +++ b/inputdev.cc @@ -655,6 +655,8 @@ bool cInputDeviceController::open_generic(int fd_udev) return true; err: + this->close(fd_alive_[0]); + this->close(fd_alive_[1]); this->close(fd_epoll); return false; } -- cgit v1.2.3