diff options
author | Adrian Hunter <[email protected]> | 2009-07-24 17:05:00 +0300 |
---|---|---|
committer | Artem Bityutskiy <[email protected]> | 2009-07-24 20:08:52 +0300 |
commit | 7194e6f9c083e87171ddfc8b746f05e007f58132 (patch) | |
tree | df883b3efd57a4389729989babc0ebb9739153d7 /scripts/basic/docproc.c | |
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 <[email protected]>
Signed-off-by: Artem Bityutskiy <[email protected]>
Diffstat (limited to 'scripts/basic/docproc.c')
0 files changed, 0 insertions, 0 deletions