mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
12 lines
327 B
Diff
12 lines
327 B
Diff
diff --git a/src/devices/devfreq.cpp b/src/devices/devfreq.cpp
|
|
index d2e56e3..4de5c9b 100644
|
|
--- a/src/devices/devfreq.cpp
|
|
+++ b/src/devices/devfreq.cpp
|
|
@@ -247,6 +247,7 @@ void create_all_devfreq_devices(void)
|
|
fprintf(stderr, "Devfreq not enabled\n");
|
|
is_enabled = false;
|
|
closedir(dir);
|
|
+ dir = NULL;
|
|
return;
|
|
}
|