Silence some Valgrind errors
Need to have the allocated memory explicitly cleared for Valgrind to know it. We should probably start using calloc or something...
This commit is contained in:
Reference in New Issue
Block a user
Need to have the allocated memory explicitly cleared for Valgrind to know it. We should probably start using calloc or something...