diff --git a/common/boot.c b/common/boot.c index e66bacbb0..8502464aa 100644 --- a/common/boot.c +++ b/common/boot.c @@ -165,7 +165,6 @@ static void bootscript_entry_release(struct bootentry *entry) struct bootentry_script *bs = container_of(entry, struct bootentry_script, entry); free(bs->scriptpath); - free(bs->entry.me.display); free(bs); }