From e65370d770d9fc6e78516a7054aee1de1a4751d5 Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Fri, 12 Oct 2012 20:09:33 -0400 Subject: [PATCH] Reallocate the DevPath space for the volume label The size of the DevPath string array was not sufficient to append the volume label. This patch extends the size for the label and re-enables the menu freeing. --- MokManager.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/MokManager.c b/MokManager.c index 0d07c33..1d84a2d 100644 --- a/MokManager.c +++ b/MokManager.c @@ -703,14 +703,12 @@ static UINTN draw_menu (struct menu_item *items, UINTN count) { static void free_menu (struct menu_item *items, UINTN count) { UINTN i; -#if 0 for (i=0; i