mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
Fix memory leak
This commit is contained in:
committed by
Nicolas Stalder
parent
633b8afe6f
commit
454aa832eb
@@ -1065,6 +1065,7 @@ impl<'a, T: trussed::Client + trussed::client::Ed255> LoadedAuthenticator<'a, T>
|
||||
reply.prepend_len(offset)?;
|
||||
}
|
||||
};
|
||||
syscall!(self.trussed.delete(public_key));
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user