qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] port io mem leak


From: Michael S. Tsirkin
Subject: [Qemu-devel] port io mem leak
Date: Wed, 29 Feb 2012 18:16:31 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Valgrind shows a memory leak below:

==21745== 208 (112 direct, 96 indirect) bytes in 2 blocks are definitely
lost in loss record 588 of 856
==21745==    at 0x4A05FDE: malloc (vg_replace_malloc.c:236)
==21745==    by 0x24D4C5: malloc_and_trace (vl.c:2156)
==21745==    by 0x50637D2: g_malloc (in /lib64/libglib-2.0.so.0.2200.5)
==21745==    by 0x21A519: isa_register_portio_list (isa-bus.c:102)
==21745==    by 0x210DF7: ide_init_ioport (core.c:1993)
==21745==    by 0x2169EF: pci_piix_ide_initfn (piix.c:137)
==21745==    by 0x2269DD: pci_qdev_init (pci.c:1492)
==21745==    by 0x274839: qdev_init (qdev.c:150)
==21745==    by 0x27491C: qdev_init_nofail (qdev.c:243)
==21745==    by 0x225DD7: pci_create_simple_multifunction (pci.c:1552)
==21745==    by 0x216C7E: pci_piix3_ide_init (piix.c:224)
==21745==    by 0x3380A6: pc_init1 (pc_piix.c:257)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]