summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d23d1b5)
raw | patch | inline | side by side (parent: d23d1b5)
author | Florian Forster <octo@collectd.org> | |
Fri, 19 Jun 2015 08:54:02 +0000 (10:54 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 19 Jun 2015 08:54:02 +0000 (10:54 +0200) |
src/memcachec.c | patch | blob | history |
diff --git a/src/memcachec.c b/src/memcachec.c
index 7c8528d500492751cd035f580000a487f42d3cb6..72544fcf6de00b8afd4b9bbb16f35fd766501c26 100644 (file)
--- a/src/memcachec.c
+++ b/src/memcachec.c
} /* while (status == 0) */
if (status != 0)
+ {
+ cmc_web_match_free (match);
return (status);
+ }
match->match = match_create_simple (match->regex, match->exclude_regex,
match->dstype);