]> Git Repo - qemu.git/blobdiff - posix-aio-compat.c
target-arm: Infer ARMv6 feature from v6K
[qemu.git] / posix-aio-compat.c
index d3c1174ebf4482974124dc925631629d52d401f3..0c0035cb18b21a6ab8070fb0b3608f1a26e8eb22 100644 (file)
@@ -667,6 +667,7 @@ int paio_init(void)
     s->first_aio = NULL;
     if (qemu_pipe(fds) == -1) {
         fprintf(stderr, "failed to create pipe\n");
+        g_free(s);
         return -1;
     }
 
This page took 0.024442 seconds and 4 git commands to generate.