projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95d1fba
)
qtest: bios-tables-test: fix a memory leak
author
Li Qiang
<liq3ea@163.com>
Tue, 14 Jul 2020 15:35:36 +0000
(08:35 -0700)
committer
Thomas Huth
<thuth@redhat.com>
Fri, 17 Jul 2020 08:44:23 +0000
(10:44 +0200)
Fixes: 5da7c35e25a("bios-tables-test: Add Q35/TPM-TIS test")
Signed-off-by: Li Qiang <liq3ea@163.com>
Message-Id: <
20200714153536
.66060-1-liq3ea@163.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/bios-tables-test.c
patch
|
blob
|
history
diff --git
a/tests/qtest/bios-tables-test.c
b/tests/qtest/bios-tables-test.c
index c315156858f41c03854d5d4814a6d0a01e883928..d49b3988ec136857aa4a8deee431149dce987c9d 100644
(file)
--- a/
tests/qtest/bios-tables-test.c
+++ b/
tests/qtest/bios-tables-test.c
@@
-924,6
+924,7
@@
static void test_acpi_tcg_tpm(const char *machine, const char *tpm_if,
g_free(variant);
g_free(tmp_path);
g_free(tmp_dir_name);
+ g_free(args);
free_test_data(&data);
#else
g_test_skip("TPM disabled");