blkdebug: Free QemuOpts after having read the config
authorKevin Wolf <kwolf@redhat.com>
Wed, 30 Jun 2010 15:42:23 +0000 (17:42 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 2 Jul 2010 11:18:02 +0000 (13:18 +0200)
commit9227dd9559d96d533b77b38caeac6fe2b8a0107b
treef1756a9c9a6d50be7b2862a8a0fd6e4232d20a02
parent8b32c5383209414c2dfe01b7f03366113528be12
blkdebug: Free QemuOpts after having read the config

Forgetting to free them means that the next instance inherits all rules and
gets its own rules only additionally.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/blkdebug.c