Skip to content

Add missing initialisations

Mark Andrews requested to merge marka-missing-initialisations into main

configuring with --enable-mutex-atomics flagged these incorrectly initialised variables on systems where pthread_mutex_init doesn't just zero out the structure.

Merge request reports