A couple of testcases did not free its `match_entry` allocations, which triggers leak indications. Visible when build and run using the leak sanitizer, i.e `CFLAGS="-fno-omit-frame-pointer -fsanitize=leak" cmake ..`