mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-07 17:20:28 +01:00
Add missing destructor of progress dialog
This commit is contained in:
parent
8d15f44b33
commit
9077563dac
|
|
@ -439,6 +439,14 @@ namespace
|
|||
}
|
||||
}
|
||||
|
||||
~progress_dialog_server()
|
||||
{
|
||||
g_progr_ftotal.release(0);
|
||||
g_progr_fdone.release(0);
|
||||
g_progr_ptotal.release(0);
|
||||
g_progr_pdone.release(0);
|
||||
}
|
||||
|
||||
static auto constexpr thread_name = "Progress Dialog Server"sv;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue