Remove incorrect free place

pull/9668/head
Moran Peker 2019-02-25 12:47:29 +02:00
parent 661e2f92aa
commit 2810d369f9
1 changed files with 0 additions and 4 deletions

View File

@ -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);
}