[geos-commits] [SCM] GEOS branch master updated. 1fc7f585ed822ebbb685ba848f9537691d864697

git at osgeo.org git at osgeo.org
Tue Aug 7 18:38:21 PDT 2018


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  1fc7f585ed822ebbb685ba848f9537691d864697 (commit)
      from  264494aff6d14d534ebea29e6a940be6d47c3d03 (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 1fc7f585ed822ebbb685ba848f9537691d864697
Author: Daniel Baston <dbaston at gmail.com>
Date:   Tue Aug 7 21:36:39 2018 -0400

    Avoid losing exception message in GeometryNoder
    
    References #864

diff --git a/src/noding/GeometryNoder.cpp b/src/noding/GeometryNoder.cpp
index 333cf11..ac1b43c 100644
--- a/src/noding/GeometryNoder.cpp
+++ b/src/noding/GeometryNoder.cpp
@@ -133,7 +133,7 @@ GeometryNoder::getNoded()
   {
     for (size_t i=0, n=lineList.size(); i<n; ++i)
       delete lineList[i];
-    throw ex;
+    throw;
   }
 
   std::unique_ptr<geom::Geometry> noded = toGeometry(*nodedEdges);

-----------------------------------------------------------------------

Summary of changes:
 src/noding/GeometryNoder.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list