summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/hand.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/hand.c b/lib/hand.c
index 7011e48..73dbc89 100644
--- a/lib/hand.c
+++ b/lib/hand.c
@@ -610,6 +610,7 @@ LibReinstallProtocolInterfaces (
Index += 1;
}
+ va_end (args);
//
// If there was an error, undo all the interfaces that were
@@ -627,7 +628,8 @@ LibReinstallProtocolInterfaces (
uefi_call_wrapper(BS->ReinstallProtocolInterface, 4, Handle, Protocol, NewInterface, OldInterface);
Index -= 1;
- }
+ }
+ va_end (args);
}
//