You've already forked linux-packaging-mono
Imported Upstream version 3.12.0
Former-commit-id: cf92446697332992ec36726e78eb8703e1f259d7
This commit is contained in:
@ -211,7 +211,10 @@ namespace System.IO.Ports
|
||||
|
||||
~SerialPortStream ()
|
||||
{
|
||||
Dispose (false);
|
||||
try {
|
||||
Dispose (false);
|
||||
} catch (IOException) {
|
||||
}
|
||||
}
|
||||
|
||||
void CheckDisposed ()
|
||||
|
Reference in New Issue
Block a user