Reword changelog - Test Resource Leak
- “Fix an issue where X happens” → ”Fix X“ the extra words are just a distraction. - “resource” → “a resource” - “where resource is never freed” has a name: it's a resource leak - “when running one particular test suite” → “in a test suite” Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
parent
3f9e64c03c
commit
08b5ab2b81
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix an issue where resource is never freed when running one particular
|
* Fix a resource leak in a test suite with an alternative AES
|
||||||
test suite with an alternative AES implementation. Fixes #4176.
|
implementation. Fixes #4176.
|
||||||
|
|
Loading…
Reference in a new issue