Alexandre Julliard pushed to branch master at wine / wine
Commits: bfd8ec1a by Jinoh Kang at 2025-10-01T21:37:37+02:00 fluidsynth: Fix g_mutex_init() and g_cond_init().
Fixes: f768d6b31bebc35fbaf751d0cd57c8bd302a8d60
- - - - - 3bac68b6 by Jinoh Kang at 2025-10-01T21:37:39+02:00 fluidsynth: Fix double close of thread handle in g_thread_unref().
Fixes: f768d6b31bebc35fbaf751d0cd57c8bd302a8d60
- - - - - e66dd40e by Jinoh Kang at 2025-10-01T21:37:41+02:00 fluidsynth: Use full memory barrier in g_atomic_int_get().
Fixes: f768d6b31bebc35fbaf751d0cd57c8bd302a8d60
- - - - - 6691ec8c by Jinoh Kang at 2025-10-01T21:37:43+02:00 fluidsynth: Round up sleep duration in g_usleep().
Returning early is never correct; returning late is.
Fixes: f768d6b31bebc35fbaf751d0cd57c8bd302a8d60
- - - - - 2b85b622 by Jinoh Kang at 2025-10-01T21:37:45+02:00 fluidsynth: Fix argument flag handling in g_file_test().
Fixes: f768d6b31bebc35fbaf751d0cd57c8bd302a8d60
- - - - - 60b94317 by Jinoh Kang at 2025-10-01T21:37:47+02:00 fluidsynth: Fix definition of g_atomic_int_dec_and_test().
Fixes: f768d6b31bebc35fbaf751d0cd57c8bd302a8d60
- - - - - 56ada623 by Jinoh Kang at 2025-10-01T21:37:49+02:00 fluidsynth: Return thread return value from g_thread_join().
Fixes: f768d6b31bebc35fbaf751d0cd57c8bd302a8d60
- - - - - b44967b0 by Jinoh Kang at 2025-10-01T21:37:51+02:00 fluidsynth: Use InterlockedExchangeAdd() in g_atomic_int_add().
- - - - -
2 changed files:
- libs/fluidsynth/glib.c - libs/fluidsynth/glib.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4056fec541dcefb7015e802bcbfe4d...