Ejemplo n.º 1
0
void teardown()
{
    function_set_destroy(fs);
    terminal_set_destroy(ts);
    tree_destroy(t1);
    tree_destroy(t2);
}
Ejemplo n.º 2
0
void teardown_population()
{
    population_destroy(p, tree_destroy);
    terminal_set_destroy(ts);
    function_set_destroy(fs);
    config_destroy(c);
}
Ejemplo n.º 3
0
void teardown_function_set(void)
{
    function_set_destroy(fs);
}