Skip to content

Commit d74de10

Browse files
author
jef
committedDec 5, 2007
fix for #851
git-svn-id: http://svn.osgeo.org/qgis/trunk@7717 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 76be6cb commit d74de10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/core/qgsdistancearea.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ unsigned char* QgsDistanceArea::measurePolygon(unsigned char* feature, double* a
363363
else
364364
*area -= areaTmp; // interior rings
365365
}
366+
367+
points.clear();
366368
}
367369
}
368370
catch (QgsCsException &cse)

0 commit comments

Comments
 (0)
Please sign in to comment.