commit | abc5e92262d87f9c5c628492bffc55f81c7dcb80 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Jun 04 16:48:12 2008 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Thu Jul 24 13:32:54 2008 +0300 |
tree | ad33229247f99996dd875e68c10dcef9d1d40519 | |
parent | cadb40ccc16a26a738f1cbc963e35b21edd93e79 [diff] |
UBI: fix memory leak ubi_free_volume() function sets ubi->volumes[] to NULL, so ubi_eba_close() is useless, it does not free what has to be freed. So zap it and free vol->eba_tbl at the volume release function. Pointed-out-by: Adrian Hunter <ext-adrian.hunter@nokia.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>