From c1ab6fbbe957b17d46e9bc9f8a0f042d709180c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Florian=20Sch=C3=BCller?= Date: Wed, 10 Jun 2015 15:29:31 +0200 Subject: [PATCH] Update smart.c Are you sure this doesn't memory-leak? (I didn't have time to run valgrind but is it possible that this command is missing?) --- src/smart.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/smart.c b/src/smart.c index 3b113bd3..a9c563ea 100644 --- a/src/smart.c +++ b/src/smart.c @@ -253,6 +253,7 @@ static int smart_read (void) /* Query status with libatasmart */ smart_handle_disk (devpath); + udev_device_unref(dev); } udev_enumerate_unref (enumerate); -- 2.11.0