]> Git Repo - qemu.git/blobdiff - numa.c
tests/docker/test-mingw and docs: Remove --with-sdlabi=2.0
[qemu.git] / numa.c
diff --git a/numa.c b/numa.c
index 50ec01601344768c3f0bb00c9a30f0135f16e851..3875e1efda3aafb67ce0427cac714bb1bead6f11 100644 (file)
--- a/numa.c
+++ b/numa.c
@@ -533,6 +533,7 @@ void memory_region_allocate_system_memory(MemoryRegion *mr, Object *owner,
             error_report("memory backend %s is used multiple times. Each "
                          "-numa option must use a different memdev value.",
                          path);
+            g_free(path);
             exit(1);
         }
 
This page took 0.02354 seconds and 4 git commands to generate.