mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
device_trezor: add redundant check
This commit is contained in:
parent
34f942867f
commit
8d03bb688e
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ namespace trezor {
|
||||||
|
|
||||||
// Scoped session closer
|
// Scoped session closer
|
||||||
BOOST_SCOPE_EXIT_ALL(&, this) {
|
BOOST_SCOPE_EXIT_ALL(&, this) {
|
||||||
if (open_session){
|
if (open_session && this->get_transport()){
|
||||||
this->get_transport()->close();
|
this->get_transport()->close();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue