On Thu, Apr 25, 2013 at 03:59:27PM +0200, Kevin Wolf wrote: > Commit 56d1b4d2 frees the QemuOpts for the driver-specific options > immediately, even though it still needs the filename string that is > contained there. This doesn't work. Move the deletion of the QemuOpts to > the end of the function where its content isn't needed any more. > > Signed-off-by: Kevin Wolf <kw...@redhat.com> > --- > block/rbd.c | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-)
Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan