On Wed, 08/27 19:40, Max Reitz wrote: > On 27.08.2014 08:02, Fam Zheng wrote: > >Not all the error paths release opts, fix it by moving it after the fail > >label. > > > >Signed-off-by: Fam Zheng <f...@redhat.com> > >--- > > block/qcow2.c | 5 ++--- > > 1 file changed, 2 insertions(+), 3 deletions(-) > > This is pretty much the same patch as 'qcow2: Fix leak of QemuOpts in > qcow2_open()' from my 'qapi/block-core: Add "new" qcow2 options' series. I > guess it's up to the maintainer(s) which one gets pulled, I just want to > point out that pulling one means leaving out the other.
Since I need to respin this series, I will drop this one and leave it for your series. Thanks for pointing out. :) Fam