X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmatch_value.c;h=64e1136703e9aaf2833a13fea9ded807a5802199;hb=ff9e11ade5cfabf32c63fb19fc76cbbc4186bc5b;hp=8c6fd36c9456581577270695992a46a772001f4b;hpb=129fdc526ba4ad6b5bd1f7db296eb11c1a9c75bd;p=collectd.git diff --git a/src/match_value.c b/src/match_value.c index 8c6fd36c..64e11367 100644 --- a/src/match_value.c +++ b/src/match_value.c @@ -59,7 +59,7 @@ struct mv_match_s static void mv_free_match (mv_match_t *m) /* {{{ */ { size_t i; - + if (m == NULL) return; @@ -69,7 +69,7 @@ static void mv_free_match (mv_match_t *m) /* {{{ */ free(m->data_sources[i]); free(m->data_sources); } - + free (m); } /* }}} void mv_free_match */