Skip to content
Snippets Groups Projects
Commit 4187942a authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix build issue on *nix with the new protected int destroy macros.

parent d54d125c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1388 passed
......@@ -4992,8 +4992,8 @@ static void cleanup(int code)
listFree(&current_logins);
listFree(&current_connections);
(void)protected_uint32_destroy(node_threads_running);
(void)protected_uint32_destroy(ssh_sessions);
protected_uint32_destroy(node_threads_running);
protected_uint32_destroy(ssh_sessions);
status("Down");
thread_down();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment