fix memory leak in aesctr test case

Signed-off-by: makejian <makejian@xiaomi.com>
This commit is contained in:
makejian 2023-06-27 10:44:03 +08:00 committed by Xiang Xiao
parent bc3fada2ce
commit e109319a2e

View File

@ -338,6 +338,7 @@ done:
free(data[i]);
}
free(p);
return (fail);
}