mirror of https://github.com/ARMmbed/mbed-os.git
Remove incorrect free place
parent
661e2f92aa
commit
2810d369f9
|
|
@ -235,10 +235,6 @@ static void psa_attest_inject_key(void)
|
|||
}
|
||||
}
|
||||
|
||||
free(public_key_data);
|
||||
if (key_data != NULL) {
|
||||
free(key_data);
|
||||
}
|
||||
psa_reply(msg.handle, status);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue