summaryrefslogtreecommitdiffstats
path: root/src/H5Tcommit.c
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-10-01 16:10:53 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-10-01 16:10:53 (GMT)
commitb6be270f1fc2d8af09b0986e9f792f0af44a4ae6 (patch)
treee1b892ae629793a60f0dee6d2e2ad43038d0f07b /src/H5Tcommit.c
parent94681179ccdd6e9b04be35ecdceb73aa8972d1e8 (diff)
downloadhdf5-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 'src/H5Tcommit.c')
0 files changed, 0 insertions, 0 deletions