summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Location.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2015-10-13 15:15:01 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2015-10-13 15:15:01 (GMT)
commitfaf35f2d4c9a74eed3e9b34f5b9b334870ee8783 (patch)
treec5dea3acd87cffea2c3122a8ec789a90f46081b0 /c++/src/H5Location.h
parentab8d3b1db99c7579ba21a9bdb3b7c9a4d0461fa9 (diff)
downloadhdf5-faf35f2d4c9a74eed3e9b34f5b9b334870ee8783.zip
hdf5-faf35f2d4c9a74eed3e9b34f5b9b334870ee8783.tar.gz
hdf5-faf35f2d4c9a74eed3e9b34f5b9b334870ee8783.tar.bz2
[svn-r28052] Purpose: Fix memory leaks
Description: - Implemented the friend function void f_PropList_setId(PropList* plist, hid_t new_id) to work around the same problem described in trunk r26655, for the API DataSet::getCreatePlist() - Cleaned up some comments and obsolete functions Merged from trunk r28047 Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5Location.h')
-rw-r--r--c++/src/H5Location.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/src/H5Location.h b/c++/src/H5Location.h
index dc6ae51..37571c5 100644
--- a/c++/src/H5Location.h
+++ b/c++/src/H5Location.h
@@ -148,9 +148,6 @@ class H5_DLLCPP H5Location : public IdComponent {
// Creates a copy of an existing object giving the location id.
H5Location(const hid_t loc_id);
- // Copy constructor.
- // H5Location(const H5Location& original);
-
// Creates a reference to an HDF5 object or a dataset region.
void p_reference(void* ref, const char* name, hid_t space_id, H5R_type_t ref_type) const;