]> Git Repo - qemu.git/blobdiff - memory_mapping.c
sparc32_dma: introduce new SPARC32_DMA type container object
[qemu.git] / memory_mapping.c
index 6a39d71da269acb950297b434e3e13d7a9c0b8b8..a5d38552a6f1026cb24555a4d4ae0d46421f3165 100644 (file)
@@ -337,6 +337,7 @@ void memory_mapping_filter(MemoryMappingList *list, int64_t begin,
         if (cur->phys_addr >= begin + length ||
             cur->phys_addr + cur->length <= begin) {
             QTAILQ_REMOVE(&list->head, cur, next);
+            g_free(cur);
             list->num--;
             continue;
         }
This page took 0.024129 seconds and 4 git commands to generate.