]> Git Repo - qemu.git/commit
block/vvfat: Plug memory leak in enable_write_target()
authorMarkus Armbruster <[email protected]>
Wed, 28 May 2014 09:16:55 +0000 (11:16 +0200)
committerKevin Wolf <[email protected]>
Fri, 30 May 2014 12:26:54 +0000 (14:26 +0200)
commit75e347d66ab81944b5b657d17cc90ef92af3f016
tree97758598e9d92e29175e675a52c1872ec4cc30c5
parentebee92b4fef9defa19a8c348ec8b2716732ad4df
block/vvfat: Plug memory leak in enable_write_target()

I figure the leak originated in bdrv_create2(), and was duplicated
into callers when commit 91a073a dropped that function.  Looks like
the other places have since been fixed.

Spotted by Coverity.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Benoit Canet <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/vvfat.c
This page took 0.028093 seconds and 4 git commands to generate.