qemu-opts: Release id on deletion
commitb09417b9bcbde787a03cf38608cb897a52f12dd5
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 1 Dec 2009 14:24:18 +0000 (1 15:24 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 3 Dec 2009 17:45:49 +0000 (3 11:45 -0600)
tree352c583c1b1958224126519fb59946df93878806
parent90697be8896ce364456b81d3ba7eaadd10b1766e
qemu-opts: Release id on deletion

The opts id is always allocated via qemu_strdup, so it need not be
const, but it has to be released on opts deletion.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-option.c