Driver: FTD3XX: Fix close()

pull/64/head^2
Kyle Schwarz 2024-12-30 14:14:23 -05:00
parent c249df8756
commit b624d06ca0
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ bool FTD3XX::close() {
addEvent(ret, APIEvent::Severity::EventWarning);
}
handle.reset();
setIsClosing(false);
return true;