Merged branch 'collectd-4.10' into collectd-5.4.
[collectd.git] / src / filecount.c
index 47f99e9..03c018b 100644 (file)
@@ -356,6 +356,7 @@ static int fc_config_add_dir (oconfig_item_t *ci)
   if (dir->path == NULL)
   {
     ERROR ("filecount plugin: strdup failed.");
+    sfree (dir);
     return (-1);
   }