mirror of
https://github.com/monero-project/monero.git
synced 2024-12-14 13:44:23 -05:00
UB: virtual methods in destructor at Trezor
This commit is contained in:
parent
2222bea92f
commit
56589ddab8
@ -64,8 +64,8 @@ namespace trezor {
|
||||
|
||||
device_trezor::~device_trezor() {
|
||||
try {
|
||||
disconnect();
|
||||
release();
|
||||
device_trezor::disconnect();
|
||||
device_trezor::release();
|
||||
} catch(std::exception const& e){
|
||||
MWARNING("Could not disconnect and release: " << e.what());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user