Code

Merge remote-tracking branch 'github/pr/2012' into collectd-5.6
[collectd.git] / src / swap.c
index 15eca9aad74b4c1858f599b2701cd8541cd94fd3..9c63e9bbb56ca82a7e4ce25de7219d79aa8040d2 100644 (file)
@@ -674,6 +674,7 @@ static int swap_read (void) /* {{{ */
        {
                ERROR ("swap plugin: Total swap space (%g) is less than used swap space (%g).",
                                total, used);
+               sfree (swap_entries);
                return (-1);
        }