Skip to content
Snippets Groups Projects
Commit 2d5f16ce authored by Libor Peltan's avatar Libor Peltan
Browse files

catalog: minor memleak when stopping before catalog_upd_apply

parent 410c6b72
No related branches found
No related tags found
1 merge request!1319catalog: minor memleak when stopping before catalog_upd_apply
Pipeline #84364 passed
......@@ -675,6 +675,7 @@ void server_deinit(server_t *server)
evsched_deinit(&server->sched);
/* Free catalog zone context. */
catalog_update_clear(&server->catalog_upd);
catalog_update_deinit(&server->catalog_upd);
catalog_deinit(&server->catalog);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment