summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 49bd12d)
raw | patch | inline | side by side (parent: 49bd12d)
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/curl.c | patch | blob | history |
diff --git a/src/curl.c b/src/curl.c
index ac55953c1c327bce3b34bb1a568cfeedf90174a0..9d2196ac2c3e57d30858eebcbf83bdb39f4d6970 100644 (file)
--- a/src/curl.c
+++ b/src/curl.c
} /* while (status == 0) */
if (status != 0)
+ {
+ cc_web_match_free (match);
return (status);
+ }
match->match = match_create_simple (match->regex, match->exclude_regex,
match->dstype);