diff options
Diffstat (limited to 'plugins/smu-sys')
-rw-r--r-- | plugins/smu-sys/smu-sys-plugin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/smu-sys/smu-sys-plugin.c b/plugins/smu-sys/smu-sys-plugin.c index fbf3ff6..f5940fd 100644 --- a/plugins/smu-sys/smu-sys-plugin.c +++ b/plugins/smu-sys/smu-sys-plugin.c @@ -88,9 +88,7 @@ static void smu_sys_plugin_add_sensor(GList **sensors, const gchar *path) { } g_free(filename); - if (label != NULL) { - g_free(label); - } + g_free(label); } static void smu_sys_plugin_test_sensor(GList **sensors, const gchar *path) { |