Skip to content
Snippets Groups Projects
Commit a1f9abb7 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Set fds to NULL before recycle.

Likely the cause of the crash that killed cvs.synchro.net last night
parent 9a11dfbe
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1849 passed
...@@ -2313,7 +2313,7 @@ void services_thread(void* arg) ...@@ -2313,7 +2313,7 @@ void services_thread(void* arg)
} }
} }
#ifdef PREFER_POLL #ifdef PREFER_POLL
free(fds); FREE_AND_NULL(fds);
#endif #endif
/* Close Service Sockets */ /* Close Service Sockets */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment