- client: Initialize the total mem size_t.

svn path=/trunk/boinc/; revision=26116
This commit is contained in:
Rom Walton 2012-09-14 18:00:06 +00:00
parent 7131573d17
commit 26f9e380d9
2 changed files with 7 additions and 1 deletions

View File

@ -5956,3 +5956,9 @@ David 13 Sept 2012
sched/
sched_array.cpp
Rom 13 Sept 2012
- client: Initialize the total mem size_t.
client/
gpu_nvidia.cpp

View File

@ -286,7 +286,7 @@ void COPROC_NVIDIA::get(
int j, itemp;
unsigned int i;
size_t global_mem;
size_t global_mem = 0;
COPROC_NVIDIA cc;
string s;
for (j=0; j<cuda_ndevs; j++) {