Skip to content
Snippets Groups Projects
Commit 254b3d44 authored by David Vasek's avatar David Vasek
Browse files

tests: fix the knot/test_server closing

parent 35a729f9
No related branches found
No related tags found
1 merge request!1025tests: fix the knot/test_server closing
Pipeline #49657 passed
......@@ -61,8 +61,11 @@ int main(int argc, char *argv[])
/* Wait for server to finish. */
server_wait(&server);
/* Wait for server to finish. */
/* Destroy the server structure. */
server_deinit(&server);
/* Remove the configuration. */
conf_free(conf());
return 0;
}
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