daynix / UsbDk

Usb Drivers Development Kit for Windows
Apache License 2.0
522 stars 142 forks source link

Issue81 #83

Closed ybendito closed 4 years ago

ybendito commented 4 years ago

Fixes for 2 problem:

  1. BSOD on 1.0.21. Inspired by by 3rd party application that opens-closes the redirected device instance (actually of USB device that it handles) - the object destroyed during redirection
  2. The same flow cancels the redirection. Fixed by 'owned process' check on file close.
    • Small fix in the build