Commits

Raymond Lu committed 28a3ec72092
[svn-r10622] Purpose: Bug fix Description: Some memory buffers were allocated by HDmalloc() but weren't cleaned up before use. Solution: Use HDmemset() to 0 set the buffers. Platforms tested: h5committest.
[svn-r10622] Purpose: Bug fix Description: Some memory buffers were allocated by HDmalloc() but weren't cleaned up before use. Solution: Use HDmemset() to 0 set the buffers. Platforms tested: h5committest.