mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Bugfix
This commit is contained in:
parent
32d3d1fbe5
commit
8c00dcd02d
11 changed files with 28 additions and 38 deletions
|
@ -1212,7 +1212,7 @@ thread_t::thread_t(std::function<std::string()> name, std::function<void()> func
|
|||
start(std::move(name), func);
|
||||
}
|
||||
|
||||
thread_t::~thread_t()
|
||||
thread_t::~thread_t() noexcept(false)
|
||||
{
|
||||
if (m_thread)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue