Skip to content
Snippets Groups Projects
Commit 5e0f2807 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed memleak on server exit.

parent 53f4c03d
No related branches found
No related tags found
No related merge requests found
......@@ -567,6 +567,7 @@ void server_destroy(server_t **server)
stat_static_gath_free();
knot_ns_destroy(&(*server)->nameserver);
evsched_delete(&(*server)->sched);
dt_delete(&(*server)->iosched);
rrl_destroy((*server)->rrl);
free(*server);
EVP_cleanup();
......
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