]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
UBI: mtd/ubi/vtbl.c: fix memory leak
authorAdrian Bunk <bunk@kernel.org>
Mon, 3 Mar 2008 18:07:52 +0000 (20:07 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 4 Mar 2008 09:03:09 +0000 (11:03 +0200)
This patch fixes a memory leak introduced by commit
4ccf8cffa963c7b5bdc6d455ea9417084ee49aa8 and spotted by the Coverity
checker.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/ubi/vtbl.c

index 56fc3fbce838179b7d34276ccbb51e1ee2ff2018..af36b12be27871ddefd1c34a0d17f95483042343 100644 (file)
@@ -519,6 +519,7 @@ static int init_volumes(struct ubi_device *ubi, const struct ubi_scan_info *si,
                        if (ubi->autoresize_vol_id != -1) {
                                ubi_err("more then one auto-resize volume (%d "
                                        "and %d)", ubi->autoresize_vol_id, i);
+                               kfree(vol);
                                return -EINVAL;
                        }