]> xenbits.xensource.com Git - people/dariof/qemu-xen.git/commitdiff
qtest: bios-tables-test: fix a memory leak
authorLi Qiang <liq3ea@163.com>
Tue, 14 Jul 2020 15:35:36 +0000 (08:35 -0700)
committerThomas 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

index c315156858f41c03854d5d4814a6d0a01e883928..d49b3988ec136857aa4a8deee431149dce987c9d 100644 (file)
@@ -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");