mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 10:35:25 +00:00
Fix remote debug crash after the first session
This commit is contained in:
parent
96baaeada6
commit
3be0472837
@ -231,6 +231,7 @@ void DebugActions::onAttachedRemoteDebugger(bool successfully)
|
||||
attachRemoteDialog();
|
||||
} else {
|
||||
delete remoteDialog;
|
||||
remoteDialog = nullptr;
|
||||
attachRemoteDebugger();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user