]> git.proxmox.com Git - mirror_qemu.git/commit - block/dmg.c
dmg: Use g_free instead of free
authorKevin Wolf <kwolf@redhat.com>
Fri, 25 Jan 2013 16:07:31 +0000 (17:07 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 1 Feb 2013 13:58:29 +0000 (14:58 +0100)
commit4f8aa2e19f88fe0dfaf8240ae666de7fd18dd1d0
tree7d5d6e89e5ba1ed9457c32e46b796dbe955114be
parent69d34a360dfe773e17e72c76d15931c9b9d190f6
dmg: Use g_free instead of free

The buffers are allocated with g_(re)alloc, so use g_free to free them.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/dmg.c