Skip to content

Commit

Permalink
Add Pkcs11ElectronicID::release()
Browse files Browse the repository at this point in the history
WE2-911

Signed-off-by: Mart Somermaa <[email protected]>
  • Loading branch information
mrts committed Jul 30, 2024
1 parent 57b96b6 commit 0d4992b
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 0d4992b

Please sign in to comment.