commit | f17f12ce9dd6ec0a8e1f415ecdbaebfce0207464 | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Sun Jan 30 10:31:48 2011 +0100 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Fri Mar 11 14:22:43 2011 +0000 |
tree | 99c01455d53f7184ac0a52fcfd208efbff9705a0 | |
parent | 07be303d22ac7e067b8a7172a4043ebe32b74b33 [diff] |
mtd: phram: fix memory leak Commit 4f678a58 (mtd: fix memory leaks in phram_setup) missed two cases where the memory allocated for name would be leaked. This commit frees the memory when register_device() fails and on unregister_devices(). Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>