Skip to content

tests: Add some missing g_thread_join() calls to onceinit test

Philip Withnall requested to merge pwithnall/glib:onceinit-joins into main

Running the test under asan was failing as the threads were being leaked.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports