Skip to content

Commit

Permalink
fix for #851
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@7717 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 5, 2007
1 parent 76be6cb commit d74de10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsdistancearea.cpp
Expand Up @@ -363,6 +363,8 @@ unsigned char* QgsDistanceArea::measurePolygon(unsigned char* feature, double* a
else
*area -= areaTmp; // interior rings
}

points.clear();
}
}
catch (QgsCsException &cse)
Expand Down

0 comments on commit d74de10

Please sign in to comment.