hotfix: reset stop source on thread stop

This commit is contained in:
polyproxy 2025-01-02 12:30:05 +01:00
parent 33afc00c3a
commit 1926900945
No known key found for this signature in database
GPG key ID: B8ADC8F57BA18DBA

View file

@ -55,6 +55,9 @@ public:
stop.request_stop();
Join();
}
thread = nullptr;
func = nullptr;
stop = std::stop_source{};
}
static void* PS4_SYSV_ABI RunWrapper(void* arg) {