mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
Add missing destructor of progress dialog
This commit is contained in:
parent
8d15f44b33
commit
9077563dac
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue