r3/tests
Björn Svensson 9c8feff07f Correcting leaks in tests
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 ..`
2021-10-14 08:27:19 +02:00
..
bench.c Remove zmalloc dependency 2018-07-10 08:20:46 -05:00
bench.h Fix copyright email 2014-06-27 13:24:40 +08:00
check_gvc.c Move private functions to private header files 2015-11-17 21:17:35 +08:00
check_host.c Correcting leaks in tests 2021-10-14 08:27:19 +02:00
check_http_scheme.c Correcting leaks in tests 2021-10-14 08:27:19 +02:00
check_json.c Fix r3 json writer 2015-11-18 14:27:28 +08:00
check_remote_addr.c Correcting leaks in tests 2021-10-14 08:27:19 +02:00
check_routes.c Remove zmalloc dependency 2018-07-10 08:20:46 -05:00
check_routes2.c Correct buffer over-read errors 2021-10-11 10:19:09 +02:00
check_slug.c change(tests/check_slug): avoided compiling warning. 2019-07-20 07:06:56 +08:00
check_str_array.c Update the faulty access macros for str_array 2021-10-13 08:47:20 +02:00
check_tree.c Correcting issue with multiple edges 2021-09-20 16:55:37 +02:00
CMakeLists.txt test: added test cases. 2019-07-21 08:46:37 -04:00
Makefile.am optimize: optimized pattern .*, which can be used prefix matching. 2019-07-20 10:52:56 -04:00