Subj : src/sbbs3/mailsrvr.cpp main.cpp ringbuf.c To : Git commit to main/sbbs/master From : Deucе Date : Fri Dec 19 2025 02:09 pm https://gitlab.synchro.net/main/sbbs/-/commit/fdcf2ce355457dd733e4bf59 Modified Files: src/sbbs3/mailsrvr.cpp main.cpp ringbuf.c Log Message: Remove wrong-headed loops added in 5b48bbdfb If pthread_mutex_destroy() has failed because someone is holding the lock, that means it's too late and there's no real way to recover. Just log a critical error and leak the mutex... Except in the ring buffer, no way to indicate anything bad happened there. .