mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:30:04 +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
|
|
@ -45,7 +45,7 @@ public:
|
|||
class PlacefileRecord;
|
||||
|
||||
explicit Impl(PlacefileManager* self) : self_ {self} {}
|
||||
~Impl() {}
|
||||
~Impl() { threadPool_.join(); }
|
||||
|
||||
void InitializePlacefileSettings();
|
||||
void ReadPlacefileSettings();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue