Jason Baron ea8d82a1ed ahci: Fix sglist memleak in ahci_dma_rw_buf()
I noticed that in hw/ide/ahci:ahci_dma_rw_buf() we do not free the sglist. Thus,
I've added a call to qemu_sglist_destroy() to fix this memory leak.

In addition, I've adeed a call in qemu_sglist_destroy() to 0 all of the sglist
fields, in case there is some other codepath that tries to free the sglist.

Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2012-08-10 10:25:12 +02:00
2012-08-06 22:39:14 +02:00
2012-08-09 18:34:57 +00:00
2012-07-23 11:55:17 +01:00
2012-08-09 18:34:57 +00:00
2012-08-06 19:31:55 -05:00
2012-08-04 15:51:23 +00:00
2012-08-06 22:39:14 +02:00
2012-08-02 18:12:17 +02:00
2012-07-26 17:44:08 +02:00
2012-07-28 09:23:11 +00:00
2012-08-03 14:25:22 +01:00
2012-07-27 21:13:04 +00:00
2012-08-03 10:10:55 -03:00
2012-08-03 18:28:37 -05:00
2012-08-09 18:34:57 +00:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%