mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 17:40:05 +00:00
Don't destroy PlacefileLayer or PlacefileManager until background tasks have completed
This commit is contained in:
parent
47c1bce993
commit
827a0eacf5
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ public:
|
|||
{
|
||||
ConnectSignals();
|
||||
}
|
||||
~Impl() = default;
|
||||
~Impl() { threadPool_.join(); }
|
||||
|
||||
void ConnectSignals();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue