mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:00:04 +00:00
Fix crash when changing products
This commit is contained in:
parent
1b49e317e4
commit
e80c4866a5
3 changed files with 17 additions and 5 deletions
|
|
@ -50,7 +50,11 @@ Level3RasterView::Level3RasterView(
|
|||
p(std::make_unique<Level3RasterViewImpl>())
|
||||
{
|
||||
}
|
||||
Level3RasterView::~Level3RasterView() = default;
|
||||
|
||||
Level3RasterView::~Level3RasterView()
|
||||
{
|
||||
std::unique_lock sweepLock {sweep_mutex()};
|
||||
}
|
||||
|
||||
float Level3RasterView::range() const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue