1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Fix 80092.

This commit is contained in:
Ken Ryall 2006-11-29 01:34:52 +00:00
parent efebb99186
commit 3c5cecbebd

View file

@ -372,6 +372,9 @@ public class MIPlugin extends Plugin {
session.getMIInferior().setConnected();
}
} catch (MIException e) {
if(session != null)
session.terminate();
pgdb.destroy();
throw e;
}