From: Geoff Levand Date: Sun, 21 Apr 2013 15:31:04 +0000 (-0700) Subject: discover: Add missing udev_destroy call X-Git-Tag: v1.0.0~709 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=89e608b7476468fb4e0d469deee5d7831c443f05 discover: Add missing udev_destroy call Signed-off-by: Geoff Levand --- 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");