mirror of
https://gitee.com/openharmony/security_huks
synced 2024-12-13 17:46:02 +00:00
增加对指向内存的指针的释放,防止内存泄漏
Signed-off-by: zhao-zhen-zhou <zhaozhenzhou@huawei.com>
This commit is contained in:
parent
569cc76efa
commit
66b653a8a3
@ -199,6 +199,7 @@ HWTEST_F(HksAgreementTest, HksAgreementTest002, TestSize.Level1)
|
||||
TestFreeBlob(&peerPubKeyAlias);
|
||||
TestFreeBlob(&peerPublicKey);
|
||||
TestFreeBlob(&agreeKey);
|
||||
TestFreeBlob(&agreeKey2);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user