diff options
Diffstat (limited to 'numa.c')
-rw-r--r-- | numa.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |