Merge pull request #396 from radford/perl-debug-compile-fix
[collectd.git] / src / utils_rrdcreate.c
index de74c0a..0e2d86c 100644 (file)
@@ -104,6 +104,7 @@ static void srrd_create_args_destroy (srrd_create_args_t *args)
       sfree (args->argv[i]);
     sfree (args->argv);
   }
+  sfree (args);
 } /* void srrd_create_args_destroy */
 
 static srrd_create_args_t *srrd_create_args_create (const char *filename,