Re: [Qemu-devel] [PATCH 22/28] libqos: Fixes a small memory leak.

2014-07-31 Thread Stefan Hajnoczi
On Mon, Jul 07, 2014 at 02:18:03PM -0400, John Snow wrote: > Allow users the chance to clean up the QPCIBusPC structure > by adding a small cleanup routine. Helps clear up small > memory leaks during setup/teardown, to allow for cleaner > debug output messages. > > Signed-off-by: John Snow > ---

[Qemu-devel] [PATCH 22/28] libqos: Fixes a small memory leak.

2014-07-07 Thread John Snow
Allow users the chance to clean up the QPCIBusPC structure by adding a small cleanup routine. Helps clear up small memory leaks during setup/teardown, to allow for cleaner debug output messages. Signed-off-by: John Snow --- tests/libqos/pci-pc.c | 7 +++ tests/libqos/pci-pc.h | 1 + 2 files