Skip to content

Commit

Permalink
Remove useless delete in parseCircularString
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jun 6, 2016
1 parent e858a6d commit 5ba5055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/arcgisrest/qgsarcgisrestutils.cpp
Expand Up @@ -127,7 +127,6 @@ static QgsCircularStringV2* parseCircularString( const QVariantMap& curveData, Q
QgsPointV2* point = parsePoint( coordData.toList(), pointType );
if ( !point )
{
delete point;
return nullptr;
}
points.append( *point );
Expand Down

0 comments on commit 5ba5055

Please sign in to comment.