mirror of
https://github.com/monero-project/monero.git
synced 2025-12-08 22:00:53 -08:00
device_trezor: add redundant check
This commit is contained in:
@@ -165,7 +165,7 @@ namespace trezor {
|
||||
|
||||
// Scoped session closer
|
||||
BOOST_SCOPE_EXIT_ALL(&, this) {
|
||||
if (open_session){
|
||||
if (open_session && this->get_transport()){
|
||||
this->get_transport()->close();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user