diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-11-10 20:59:32 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-11-10 20:59:32 (GMT) |
commit | b00b2d31e70f76b0992df896454e16b8a2266d64 (patch) | |
tree | 906320b4c21173f58eac1d5da21ec8b297cc9902 /tools/h5repack/h5repack_opttable.c | |
parent | 823619b1f8f0f766f9ce311e8f694cf93bd25499 (diff) | |
download | hdf5-b00b2d31e70f76b0992df896454e16b8a2266d64.zip hdf5-b00b2d31e70f76b0992df896454e16b8a2266d64.tar.gz hdf5-b00b2d31e70f76b0992df896454e16b8a2266d64.tar.bz2 |
[svn-r7833] Purpose:
bug fix, clean code
Description:
a malloced buffer was not release
cleaned some compiler warnings
Platforms tested:
linux
solaris 2.7
IRIX
Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack_opttable.c')
-rw-r--r-- | tools/h5repack/h5repack_opttable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_opttable.c b/tools/h5repack/h5repack_opttable.c index b7019eb..f9d42b7 100644 --- a/tools/h5repack/h5repack_opttable.c +++ b/tools/h5repack/h5repack_opttable.c @@ -272,7 +272,7 @@ int options_add_comp( obj_list_t *obj_list, *------------------------------------------------------------------------- */ -pack_info_t* options_get_object( char *path, +pack_info_t* options_get_object( const char *path, pack_opttbl_t *table ) { int i; |