[TEST] Hunting down recursive mutex 3

This commit is contained in:
CamilleLaVey
2026-07-17 02:15:10 -04:00
parent f532357793
commit 933f79af95
3 changed files with 3 additions and 3 deletions
@@ -321,7 +321,7 @@ public:
} while (channel_state->has_deleted_buffers);
}
std::recursive_mutex mutex;
std::mutex mutex;
Runtime& runtime;
bool any_buffer_uploaded = false;