summaryrefslogtreecommitdiffstats
path: root/c++/test/tfile.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2014-10-01 04:05:57 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2014-10-01 04:05:57 (GMT)
commit22d0d32716a588063970a7e412d69a2937118034 (patch)
tree5e4511f0606a402590f3a27ea793006cf4db274e /c++/test/tfile.cpp
parent10f1e6acf8916a429f2cc925f49518cfc0015b6c (diff)
downloadhdf5-22d0d32716a588063970a7e412d69a2937118034.zip
hdf5-22d0d32716a588063970a7e412d69a2937118034.tar.gz
hdf5-22d0d32716a588063970a7e412d69a2937118034.tar.bz2
[svn-r25644] Purpose: Fixed HDFFV-8928
Description: Followed hints on the JIRA issue to remove several potential memory leaks. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Diffstat (limited to 'c++/test/tfile.cpp')
-rw-r--r--c++/test/tfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/tfile.cpp b/c++/test/tfile.cpp
index ecfa8d0..ad5e6fc 100644
--- a/c++/test/tfile.cpp
+++ b/c++/test/tfile.cpp
@@ -598,7 +598,7 @@ static void test_file_attribute()
} // end of try block
catch (Exception E) {
- issue_fail_msg("test_file_name()", __LINE__, __FILE__, E.getCDetailMsg());
+ issue_fail_msg("test_file_attribute()", __LINE__, __FILE__, E.getCDetailMsg());
}
} // test_file_attribute()