aboutsummaryrefslogtreecommitdiff
path: root/src/zenmonitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenmonitor.c')
-rw-r--r--src/zenmonitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenmonitor.c b/src/zenmonitor.c
index 28b74a4..d02c510 100644
--- a/src/zenmonitor.c
+++ b/src/zenmonitor.c
@@ -111,6 +111,7 @@ SensorInit *sensor_init_new() {
void sensor_init_free(SensorInit *s) {
if (s) {
g_free(s->label);
+ g_free(s->hint);
g_free(s);
}
}