qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

tests: fix e1000-test leak

Spotted by ASAN.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

+1
+1
tests/e1000-test.c
··· 44 44 45 45 path = g_strdup_printf("e1000/%s", models[i]); 46 46 qtest_add_data_func(path, models[i], test_device); 47 + g_free(path); 47 48 } 48 49 49 50 return g_test_run();