forked from lthn/blockchain
fixed compilation issue
This commit is contained in:
parent
4729cffbae
commit
98f2d5e155
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ namespace plain_wallet
|
|||
LOG_ERROR("Internall error: attempt to delete wallet with wrong instance id: " << h);
|
||||
}
|
||||
instance_ptr = it->second;
|
||||
ginstances.erase(instance_ptr);
|
||||
ginstances.erase(it);
|
||||
CRITICAL_REGION_END();
|
||||
delete instance_ptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue