Fix memory leak

This commit is contained in:
Sosthène Guédon
2024-03-01 14:29:40 +01:00
committed by Nicolas Stalder
parent 633b8afe6f
commit 454aa832eb
+1
View File
@@ -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(())
}