diff --git a/src/memory.h b/src/memory.h index 2f84728b32..5095cbb0a6 100644 --- a/src/memory.h +++ b/src/memory.h @@ -237,7 +237,7 @@ class Memory : protected Pointers { size += n3[i][j]; nbytes = ((bigint) sizeof(TYPE)) * size; TYPE *data = (TYPE *) smalloc(nbytes, name); - + size = 0; for (i = 0; i < n1; i++) size += n2[i]; nbytes = ((bigint) sizeof(TYPE *)) * size;