mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Fix 80092.
This commit is contained in:
parent
efebb99186
commit
3c5cecbebd
1 changed files with 3 additions and 0 deletions
|
@ -372,6 +372,9 @@ public class MIPlugin extends Plugin {
|
|||
session.getMIInferior().setConnected();
|
||||
}
|
||||
} catch (MIException e) {
|
||||
if(session != null)
|
||||
session.terminate();
|
||||
|
||||
pgdb.destroy();
|
||||
throw e;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue