]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/EfiDecompress.c
ShellPkg/Ifconfig6: Update error message and add a new line
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / EfiDecompress.c
index 90eafe570b4ea758f242aff0272fef4b70ca786e..28c37ee76985de1a12969e8c37c7f57ab1e13812 100644 (file)
@@ -52,6 +52,7 @@ ShellCommandRunEfiDecompress (
   InFileName          = NULL;\r
   OutFileName         = NULL;\r
   OutSize             = 0;\r
+  ScratchSize         = 0;\r
   ShellStatus         = SHELL_SUCCESS;\r
   Status              = EFI_SUCCESS;\r
   OutBuffer           = NULL;\r
@@ -59,6 +60,7 @@ ShellCommandRunEfiDecompress (
   ScratchBuffer       = NULL;\r
   InFileHandle        = NULL;\r
   OutFileHandle       = NULL;\r
+  Decompress          = NULL;\r
 \r
   //\r
   // initialize the shell lib (we must be in non-auto-init...)\r