diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-06-05 10:30:36 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-06-05 10:30:36 +0200 |
commit | 727b12d6500f6e08c4ae2ad2ce75281f03d0ffcb (patch) | |
tree | eebe1da86c2d630ac2ffcc453006308afcea8419 /Makefile.am | |
parent | 94aa758d0c4c3d01d70e2480db63224250a47d89 (diff) |
libudev: fix fd leak in udev_enumerate_scan_devices() when tags are searched
Thanks to Lennart for finding this.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index caca2555ff..bafe4c7fac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ CLEANFILES = # libudev # ------------------------------------------------------------------------------ LIBUDEV_CURRENT=8 -LIBUDEV_REVISION=2 +LIBUDEV_REVISION=3 LIBUDEV_AGE=8 SUBDIRS += libudev/docs |