X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/250f53ddaac3211990fb20ced3c46d2338e195e3..9907e842d70165ae0059fcd8f770342718c0fa0f:/tests/eepro100-test.c diff --git a/tests/eepro100-test.c b/tests/eepro100-test.c index e17eed0b7a..bdc8a67d57 100644 --- a/tests/eepro100-test.c +++ b/tests/eepro100-test.c @@ -8,7 +8,6 @@ */ #include "qemu/osdep.h" -#include #include "libqtest.h" static void test_device(gconstpointer data) @@ -55,6 +54,7 @@ int main(int argc, char **argv) path = g_strdup_printf("eepro100/%s", models[i]); qtest_add_data_func(path, models[i], test_device); + g_free(path); } return g_test_run();