Am 05.06.2017 um 15:55 hat Peter Maydell geschrieben: > Coverity points out that the code path in qcow_create() for > the magic "fat:" backing file name leaks the memory used to > store the filename (CID 1307771). Free the memory before > we overwrite the pointer. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
Thanks, applied to the block branch. Kevin