lkml.org 
[lkml]   [2012]   [Jun]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 01/11] UBI: Fastmap: Fix mem leak in error path
Date
Signed-off-by: Richard Weinberger <richard@nod.at>
---
drivers/mtd/ubi/attach.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/ubi/attach.c b/drivers/mtd/ubi/attach.c
index 3d9be42..bd3a8f5 100644
--- a/drivers/mtd/ubi/attach.c
+++ b/drivers/mtd/ubi/attach.c
@@ -1325,12 +1325,12 @@ int ubi_attach(struct ubi_device *ubi, int force_scan)

scan_ai = alloc_ai();
if (!scan_ai)
- goto out_ai;
+ goto out_wl;

err = scan_all(ubi, scan_ai);
if (err) {
kfree(scan_ai);
- goto out_ai;
+ goto out_wl;
}

self_check_eba(ubi, ai, scan_ai);
--
1.7.6.5


\
 
 \ /
  Last update: 2012-06-29 18:01    [W:0.715 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site