tests/qtest: Use qtest_add_data_func_full()
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 27 Jun 2024 13:37:53 +0000 (22:37 +0900)
committerThomas Huth <thuth@redhat.com>
Tue, 2 Jul 2024 07:34:14 +0000 (09:34 +0200)
commiteefd26b8766d1db527946070510970af07ca033f
treec20307755a5ed4a4440e3519a881624e2ef09c9c
parentada9311de31720c1b347e42582c0540914f2ffa6
tests/qtest: Use qtest_add_data_func_full()

A test function may not be executed depending on the test command line
so it is wrong to free data with a test function. Use
qtest_add_data_func_full() to register a function to free data.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-ID: <20240627-san-v2-10-750bb0946dbd@daynix.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/device-introspect-test.c