commit | ec9c10d29c6bb5613a680af62f5825d3bb2d31d4 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Wed Oct 30 14:54:30 2013 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Thu Nov 07 13:53:31 2013 +0100 |
tree | 33ed841f56b47e80e89545483890cff3c0bf5336 | |
parent | db5dc557288fb1b7a17ffabe3b92f299fc2dc187 [diff] |
blockdev: fix drive_init() opts and bs_opts leaks These memory leaks also make drive_add if=none,id=drive0 without a file= option leak the options list. This keeps ID "drive0" around forever. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>