We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4dab7c commit e0d1ddcCopy full SHA for e0d1ddc
src/core/geometry/qgsgeometryfactory.cpp
@@ -61,6 +61,7 @@ std::unique_ptr<QgsAbstractGeometry> QgsGeometryFactory::geomFromWkb( QgsConstWk
61
{
62
Q_UNUSED( e );
63
QgsDebugMsg( "WKB exception: " + e.what() );
64
+ geom.reset();
65
}
66
67
0 commit comments