commit | e777531b5aaf2ae4c0986ab505f08b73e759057a | [log] [tgz] |
---|---|---|
author | Mark Langsdorf <mark.langsdorf@calxeda.com> | Tue Sep 10 15:14:56 2013 -0500 |
committer | Tom Rini <trini@ti.com> | Fri Sep 20 10:30:53 2013 -0400 |
tree | d00a6d4d138869b7b9a58fe17b9b52debf3ed9b8 | |
parent | d7ea47cb4d902eab037a811f8be76db1eb0e6239 [diff] |
part_efi: make sure the gpt_pte is freed the gpt_pte wasn't being freed if it was checked against an invalid partition. The resulting memory leakage could make it impossible to repeatedly attempt to load non-existent files in a script. Also, downgrade the message for not finding an invalid partition from a printf() to a debug() so as to minimize message spam in perfectly normal situations. Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>