mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
Merge /u/xypron/gnu-efi/ branch va_args into master
https://sourceforge.net/p/gnu-efi/code/merge-requests/16/
This commit is contained in:
commit
ea4c77ffc5
1 changed files with 3 additions and 0 deletions
|
|
@ -488,6 +488,7 @@ LibInstallProtocolInterfaces (
|
|||
|
||||
Index += 1;
|
||||
}
|
||||
va_end (args);
|
||||
|
||||
//
|
||||
// If there was an error, remove all the interfaces that were
|
||||
|
|
@ -506,6 +507,7 @@ LibInstallProtocolInterfaces (
|
|||
}
|
||||
|
||||
*Handle = OldHandle;
|
||||
va_end (args);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
@ -552,6 +554,7 @@ LibUninstallProtocolInterfaces (
|
|||
DEBUG((D_ERROR, "LibUninstallProtocolInterfaces: failed %g, %r\n", Protocol, Handle));
|
||||
}
|
||||
}
|
||||
va_end (args);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue