mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 09:32:42 +00: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;
|
static auto constexpr thread_name = "Progress Dialog Server"sv;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user