Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize avoid uninitialized variable warning
These pointers were never dereferenced in their uninitialized form, as that only happens for i > 0, but we should do this to avoid the compiler warning.
- Loading branch information