summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1c4c70a)
raw | patch | inline | side by side (parent: 1c4c70a)
author | Florian Forster <octo@google.com> | |
Tue, 2 Sep 2014 14:54:07 +0000 (16:54 +0200) | ||
committer | Florian Forster <octo@google.com> | |
Tue, 2 Sep 2014 14:55:56 +0000 (16:55 +0200) |
Thanks to Yves Mettier for pointing this out!
Fixes: #661
Fixes: #661
src/utils_rrdcreate.c | patch | blob | history |
diff --git a/src/utils_rrdcreate.c b/src/utils_rrdcreate.c
index a34e0da0103936de01b652996cb956b5d327f93a..5368059e57e06daac597d47cd4dc4a13a3a3d233 100644 (file)
--- a/src/utils_rrdcreate.c
+++ b/src/utils_rrdcreate.c
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,