summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2014-08-26 23:36:12 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2014-09-06 23:11:23 -0700
commitb72f4cf77edb1975cada8aab5ae63361c68c5992 (patch)
tree41074a0a363dcac8d54f96c097806c5f71225f3f /libusb/version_nano.h
parenta0d37149dc7a51e8122ae666783333cde321bc44 (diff)
downloadlibusb-b72f4cf77edb1975cada8aab5ae63361c68c5992.tar.gz
io: Fix memory leaks in usbi_io_init()
* If the hotplug pipe failed to be created, the usbi_pollfd for the control pipe was being leaked. * If the usbi_pollfd for timerfd failed to be added, the usbi_pollfd for the hotplug pipe was being leaked. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'libusb/version_nano.h')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index d6d2c7d..6841c9c 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10916
+#define LIBUSB_NANO 10917