mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-05 18:39:30 +00:00
TorInfo: disconnect torManager on destruct
This commit is contained in:
parent
6ee4553ae0
commit
7c704560b2
1 changed files with 3 additions and 1 deletions
|
@ -51,4 +51,6 @@ void TorInfoDialog::onStatusChanged(const QString &msg) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TorInfoDialog::~TorInfoDialog() = default;
|
TorInfoDialog::~TorInfoDialog() {
|
||||||
|
disconnect(torManager(), nullptr, this, nullptr);
|
||||||
|
}
|
Loading…
Reference in a new issue