]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/e1000-test.c
target/xtensa: fix return value of read/write simcalls
[mirror_qemu.git] / tests / e1000-test.c
index 59cab68a60a12954dbf32f817908ab9d72be238d..0c5fcdcc4478f060664028eef5d74583b5f4973e 100644 (file)
@@ -44,6 +44,7 @@ int main(int argc, char **argv)
 
         path = g_strdup_printf("e1000/%s", models[i]);
         qtest_add_data_func(path, models[i], test_device);
+        g_free(path);
     }
 
     return g_test_run();