commit | 0d4fdbb253681d250c8f064a171beddab5ab07f1 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Feb 03 16:10:27 2025 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 07 13:35:23 2025 -0600 |
tree | 5d2091ecd9ea26f2982cd4192dc50b09f907bc2e | |
parent | bbc2bb9f32c17af65264b8d40be78f1257d5a1ad [diff] |
test: remove available memory check in setexpr_test_str() 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>