예제 #1
0
static void
http_match_suite_teardown(void)
{
	test_req_free(test_req);
	test_req = NULL;

	tfw_http_match_list_free(test_mlst);
	test_mlst = NULL;
}
예제 #2
0
/**
 * Delete all rules parsed out of the "sched_http_rules" section.
 */
static void
tfw_sched_http_cfg_clean_rules(TfwCfgSpec *cs)
{
	tfw_http_match_list_free(tfw_sched_http_rules);
	tfw_sched_http_rules = NULL;
}