Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When we allocate memory for an array of structure pointers it would be better to ensure all the address locations are zero. Then if an error is made with the number of elements in the array, we won't try to free uninitialized memory. Signed-off-by: Tony Asleson <[email protected]>
- Loading branch information