diff options
author | Adrian Hunter <Adrian.Hunter@nokia.com> | 2009-07-24 17:05:00 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-07-24 20:08:52 +0300 |
commit | 7194e6f9c083e87171ddfc8b746f05e007f58132 (patch) | |
tree | df883b3efd57a4389729989babc0ebb9739153d7 /drivers/mtd/Kconfig | |
parent | 4be3bd7849165e7efa6b0b35a23d6a3598d97465 (diff) |
UBI: fix double free on error path
If we fail in 'ubi_eba_init_scan()', we free
'ubi->volumes[i]->eba_tbl' in there, but also later free it
in 'free_internal_volumes()'. Fix this by assigning NULL
to 'ubi->volumes[i]->eba_tbl' after it is freed.
Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
0 files changed, 0 insertions, 0 deletions