Changeset 37456 in vbox
- Timestamp:
- Jun 14, 2011 8:40:19 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72263
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r36883 r37456 2457 2457 .createInstanceByContractID("@virtualbox.org/VirtualBox;1", 2458 2458 null, 2459 2459 org.mozilla.interfaces.IVirtualBox.IVIRTUALBOX_IID)); 2460 2460 } 2461 2461 … … 3257 3257 charToVal[valToChar[i]] = i; 3258 3258 3259 3259 charToVal['='] = 0; 3260 3260 } 3261 3261 … … 3534 3534 this.vbox = new IVirtualBox(handle, port); 3535 3535 } catch (Throwable t) { 3536 if (this.port != null )3536 if (this.port != null && pool != null) { 3537 3537 pool.releasePort(this.port); 3538 this.port = null; 3539 } 3538 3540 // we have to throw smth derived from RuntimeException 3539 3541 throw new VBoxException(t, t.getMessage());
Note:
See TracChangeset
for help on using the changeset viewer.