commit | 176bf2e0f10ecf1d20a97db3bd5bb2e6ba0b5668 | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Mon Dec 01 14:23:39 2008 -0800 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Wed Dec 10 16:10:27 2008 +0000 |
tree | b22f94dcce76c35f2c5ebe1bda5508e61e46da4f | |
parent | 002f6aab43c0e556ee5f588d138587de6a3ed63d [diff] |
[MTD] physmap: fix leak of memory returned by parse_mtd_partitions The mtd partition parser returns an allocated pointer array of mtd_partition. The caller must free it. The array is used only for add_mtd_partitions(), so free it just after the call. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Cc: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>