commit | 42d2aba09d61786d8d5409beb7d9aa5797bc913e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Feb 03 16:10:28 2025 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 07 13:35:23 2025 -0600 |
tree | 4c435412cb6549ba25d2d3e4c6164d095a030eaa | |
parent | 0d4fdbb253681d250c8f064a171beddab5ab07f1 [diff] |
test: remove available memory check in setexpr_test_str_oper() env_set() frees the previous value after allocating the new value. As the free() may merge memory chunks the available memory is not expected to stay constant. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>