Rev 101 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 105 2015-03-04 14:16:17
- Author: rm5248
- Log message:
- fixed a bug where a new serial port that thew an exception in the constructor could cause a previous serial port to stop working. the finalizer was being called on a NULL object, so the handle would be 0, which is a valid handle to close