commit | a475e5de01f3d0938d73a1062d1ec7a3df37d621 | [log] [tgz] |
---|---|---|
author | Fabiano Rosas <farosas@suse.de> | Mon Dec 09 17:44:24 2024 -0300 |
committer | Fabiano Rosas <farosas@suse.de> | Thu Jan 02 16:00:50 2025 -0300 |
tree | 440c0bb6738d80c41debaacc46b177f2dd124666 | |
parent | 117221ad999a3d027d38ae9ddbaa94d4e1d6a303 [diff] |
tests/qtest/bios-tables-test: Free tables at dump_aml_files The dump_aml_files() function calls load_expected_aml() to allocate the tables but never frees it. Add the missing call to free_test_data(). Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20241209204427.17763-4-farosas@suse.de> Signed-off-by: Fabiano Rosas <farosas@suse.de>