Merge remote-tracking branch 'github/collectd-5.3' into collectd-5.3
authorFlorian Forster <octo@collectd.org>
Tue, 2 Sep 2014 17:51:37 +0000 (19:51 +0200)
committerFlorian Forster <octo@collectd.org>
Tue, 2 Sep 2014 17:51:37 +0000 (19:51 +0200)
src/utils_rrdcreate.c

index a34e0da..5368059 100644 (file)
@@ -99,6 +99,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,