You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the CommConnectionImpl constructor is able to create a comm port but the configuration operations performed at [1] fail, the port will not be closed. This can leak resources held by the underlying serial library, such as lock files.
Describe the bug
If the
CommConnectionImpl
constructor is able to create a comm port but the configuration operations performed at [1] fail, the port will not be closed. This can leak resources held by the underlying serial library, such as lock files.[1] https://github.com/eclipse/kura/blob/2ff4bf772e768658098318e464e430ab30973456/kura/org.eclipse.kura.core.comm/src/main/java/org/eclipse/kura/core/comm/CommConnectionImpl.java#L91
The text was updated successfully, but these errors were encountered: