mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-27 04:24:30 -07:00
UB: virtual methods in destructor at Trezor
This commit is contained in:
parent
8fde011dbe
commit
ad9fde46a3
@ -66,8 +66,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