src/utils_match.[ch]: Implement match_value_reset().
[collectd.git] / src / curl.c
index e2c4a13..0d4677f 100644 (file)
@@ -650,6 +650,7 @@ static int cc_read_page (web_page_t *wp) /* {{{ */
     }
 
     cc_submit (wp, wm, mv);
+    match_value_reset (mv);
   } /* for (wm = wp->matches; wm != NULL; wm = wm->next) */
 
   return (0);