diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-10-01 16:10:53 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-10-01 16:10:53 (GMT) |
commit | b6be270f1fc2d8af09b0986e9f792f0af44a4ae6 (patch) | |
tree | e1b892ae629793a60f0dee6d2e2ad43038d0f07b /bin/buildhdf5 | |
parent | 94681179ccdd6e9b04be35ecdceb73aa8972d1e8 (diff) | |
download | hdf5-b6be270f1fc2d8af09b0986e9f792f0af44a4ae6.zip hdf5-b6be270f1fc2d8af09b0986e9f792f0af44a4ae6.tar.gz hdf5-b6be270f1fc2d8af09b0986e9f792f0af44a4ae6.tar.bz2 |
[svn-r7529] Purpose: Code cleanup
Description: On Linux systems valdrind tool complained about memroy leaks in the
following statements like
if(!a) free(a);
Solution: replaced the statements with
if ( a != NULL) free(a);
Platforms tested: eirene (too small for committest)
Misc. update:
Diffstat (limited to 'bin/buildhdf5')
0 files changed, 0 insertions, 0 deletions