Skip to content
  • Mark Langsdorf's avatar
    part_efi: make sure the gpt_pte is freed · 6d2ee5a3
    Mark Langsdorf authored
    
    
    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: default avatarMark Langsdorf <mark.langsdorf@calxeda.com>
    6d2ee5a3