Skip to content

Commit

Permalink
Merge branch 'main' into WE2-479
Browse files Browse the repository at this point in the history
  • Loading branch information
lauris71 authored Jul 30, 2024
2 parents 2a62ccd + 757f9cd commit df608aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/controller/threads/commandhandlerconfirmthread.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class CommandHandlerConfirmThread : public ControllerChildThread
void doRun() override
{
const auto result = commandHandler.onConfirm(window, cardCertAndPinInfo);
cardCertAndPinInfo.cardInfo->eid().release();
emit completed(result);
}

Expand Down

0 comments on commit df608aa

Please sign in to comment.