collectd -T: fix memory leak
[collectd.git] / src / plugin.c
index 8dfb2c2..5d31e46 100644 (file)
@@ -1605,6 +1605,7 @@ int plugin_read_all_once (void)
                        return_status = -1;
                }
 
+               sfree (rf->rf_name);
                destroy_callback ((void *) rf);
        }