summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/boot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/boot.c b/common/boot.c
index e66bacbb0e..8502464aa2 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);
}