mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
fix memory leak in aesctr test case
Signed-off-by: makejian <makejian@xiaomi.com>
This commit is contained in:
parent
bc3fada2ce
commit
e109319a2e
1 changed files with 1 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ done:
|
|||
free(data[i]);
|
||||
}
|
||||
|
||||
free(p);
|
||||
return (fail);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue