Rev 101 |
Compare with Previous |
Directory listing |
View Log
| RSS feed
Last modification
- Rev 105 — 2188d 02h
- 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