diff --git a/platform/ftd3xx.cpp b/platform/ftd3xx.cpp index cd4ee98..0316c6c 100644 --- a/platform/ftd3xx.cpp +++ b/platform/ftd3xx.cpp @@ -95,6 +95,8 @@ bool FTD3XX::close() { addEvent(ret, APIEvent::Severity::EventWarning); } + handle.reset(); + setIsClosing(false); return true;