[geos-commits] [SCM] GEOS branch master updated. 87bab25376f9d281cb83eb2caf7367c74429f4f5
git at osgeo.org
git at osgeo.org
Wed Dec 9 10:43:58 PST 2020
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, master has been updated
via 87bab25376f9d281cb83eb2caf7367c74429f4f5 (commit)
from 56d361d0ea9cc692cdc1120e82119997aa12c4fc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 87bab25376f9d281cb83eb2caf7367c74429f4f5
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Wed Dec 9 10:37:59 2020 -0800
remove leak in noding test?
diff --git a/tests/unit/util/NodingTestUtil.cpp b/tests/unit/util/NodingTestUtil.cpp
index 54f4093..df741f8 100644
--- a/tests/unit/util/NodingTestUtil.cpp
+++ b/tests/unit/util/NodingTestUtil.cpp
@@ -97,6 +97,7 @@ NodingTestUtil::nodeValidated(const Geometry* geom1, const Geometry* geom2, Node
for (auto nss: *nodedList) {
delete nss;
}
+ delete nodedList;
return lineGeom;
}
-----------------------------------------------------------------------
Summary of changes:
tests/unit/util/NodingTestUtil.cpp | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list