1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Resource pool closing has its dedicated function

This commit is contained in:
Maria Matejka
2023-04-20 21:08:38 +02:00
parent b3f805ce29
commit 1141ce4e2d
14 changed files with 24 additions and 17 deletions

View File

@@ -590,7 +590,7 @@ mrt_table_dump_free(struct mrt_table_dump_state *s)
config_del_obstacle(s->config);
rfree(s->pool);
rp_free(s->pool);
}