summaryrefslogtreecommitdiffstats
path: root/c++/test
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2014-10-02 04:32:16 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2014-10-02 04:32:16 (GMT)
commiteb20ea5379968148df2035cbebdcf3311f214717 (patch)
tree8d2752e91e039088c6e2dab032c39e60ba39d09d /c++/test
parent9c9326c7debc3b4f32602ec21cc67cfccafa6fc0 (diff)
downloadhdf5-eb20ea5379968148df2035cbebdcf3311f214717.zip
hdf5-eb20ea5379968148df2035cbebdcf3311f214717.tar.gz
hdf5-eb20ea5379968148df2035cbebdcf3311f214717.tar.bz2
[svn-r25655] Purpose: Fixed HDFFV-8928
Description: Followed hints from user's report on JIRA 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')
-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 2bc0d01..e4e8d34 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()