diff --git a/GraphBLAS/Source/GB_add.c b/GraphBLAS/Source/GB_add.c index 770e98200..2ffc10270 100644 --- a/GraphBLAS/Source/GB_add.c +++ b/GraphBLAS/Source/GB_add.c @@ -109,7 +109,7 @@ GrB_Info GB_add // C=A+B, C=A+B, or C=A+B // initializations //-------------------------------------------------------------------------- - int64_t Cnvec, Cnvec_nonempty ; + int64_t Cnvec = 0 , Cnvec_nonempty = 0 ; int64_t *Cp = NULL ; size_t Cp_size = 0 ; int64_t *Ch = NULL ; size_t Ch_size = 0 ; int64_t *C_to_M = NULL ; size_t C_to_M_size = 0 ;