From c0c0ae4befc729f3cddaa358af09752926b55e12 Mon Sep 17 00:00:00 2001 From: sowle Date: Sat, 22 Feb 2020 11:37:01 +0300 Subject: [PATCH] minor fixes --- src/wallet/plain_wallet_api.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/plain_wallet_api.cpp b/src/wallet/plain_wallet_api.cpp index e899caf1..8a2c2165 100644 --- a/src/wallet/plain_wallet_api.cpp +++ b/src/wallet/plain_wallet_api.cpp @@ -113,6 +113,7 @@ namespace plain_wallet if (it == ginstances.end()) { LOG_ERROR("Internall error: attempt to delete wallet with wrong instance id: " << h); + return; } instance_ptr = it->second; ginstances.erase(it);