summaryrefslogtreecommitdiffstats
path: root/discover
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2013-04-21 08:31:04 -0700
committerGeoff Levand <geoff@infradead.org>2013-04-21 08:31:51 -0700
commit89e608b7476468fb4e0d469deee5d7831c443f05 (patch)
tree70cb907b3142a688cff9a9a08f5262b15f9f9419 /discover
parent92806cf6bc15f680f75879288df12ea9a87e4608 (diff)
downloadtalos-petitboot-89e608b7476468fb4e0d469deee5d7831c443f05.tar.gz
talos-petitboot-89e608b7476468fb4e0d469deee5d7831c443f05.zip
discover: Add missing udev_destroy call
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'discover')
-rw-r--r--discover/pb-discover.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/discover/pb-discover.c b/discover/pb-discover.c
index c83b574..ffe4a12 100644
--- 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");
OpenPOWER on IntegriCloud