From 7622cd57db390c2c9d04963ca119d2ce2654fbba Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 9 Dec 2011 16:16:56 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=24765 --- samples/vboxwrapper/vbox.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/vboxwrapper/vbox.cpp b/samples/vboxwrapper/vbox.cpp index 6973789593..7ae986d6da 100644 --- a/samples/vboxwrapper/vbox.cpp +++ b/samples/vboxwrapper/vbox.cpp @@ -112,9 +112,9 @@ int VBOX_VM::vbm_popen(string& arguments, string& output, const char* item) { PROCESS_INFORMATION pi; SECURITY_ATTRIBUTES sa; SECURITY_DESCRIPTOR sd; - HANDLE hReadPipe, hWritePipe; - void* pBuf; - DWORD dwCount; + HANDLE hReadPipe = NULL, hWritePipe = NULL; + void* pBuf = NULL; + DWORD dwCount = 0; unsigned long ulExitCode = 0; memset(&si, 0, sizeof(si));