mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r23861] HDFFV-8322: Mismatched free() / delete / delete [] for cpp_testhdf5
Tested:" local linux
This commit is contained in:
parent
a0ccc0f0fa
commit
6da129cef0
@ -230,7 +230,7 @@ void test_szip_filter(H5File& file1)
|
||||
issue_fail_msg("test_szip_filter()", __LINE__, __FILE__, E.getCDetailMsg());
|
||||
}
|
||||
|
||||
delete tconv_buf;
|
||||
delete[] tconv_buf;
|
||||
} // if szip presents
|
||||
else {
|
||||
SKIPPED();
|
||||
|
Loading…
x
Reference in New Issue
Block a user