projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92806cf
)
discover: Add missing udev_destroy call
author
Geoff Levand
<geoff@infradead.org>
Sun, 21 Apr 2013 15:31:04 +0000
(08:31 -0700)
committer
Geoff Levand
<geoff@infradead.org>
Sun, 21 Apr 2013 15:31:51 +0000
(08:31 -0700)
Signed-off-by: Geoff Levand <geoff@infradead.org>
discover/pb-discover.c
patch
|
blob
|
history
diff --git
a/discover/pb-discover.c
b/discover/pb-discover.c
index c83b5747ee0ded939f69df4bbe5976fe51f9be20..ffe4a12ee050b00abd4f2b9e8a612a8f297e4cbb 100644
(file)
--- a/
discover/pb-discover.c
+++ b/
discover/pb-discover.c
@@
-175,6
+175,7
@@
int main(int argc, char *argv[])
device_handler_destroy(handler);
waitset_destroy(waitset);
+ udev_destroy(udev);
pb_log("--- end ---\n");