Skip to content

Commit e0d1ddc

Browse files
committed
Fix failing test
1 parent e4dab7c commit e0d1ddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/geometry/qgsgeometryfactory.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ std::unique_ptr<QgsAbstractGeometry> QgsGeometryFactory::geomFromWkb( QgsConstWk
6161
{
6262
Q_UNUSED( e );
6363
QgsDebugMsg( "WKB exception: " + e.what() );
64+
geom.reset();
6465
}
6566
}
6667

0 commit comments

Comments
 (0)