Skip to content

Commit

Permalink
Fix crash in QgsMultiLineStringV2::asGML2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jun 26, 2017
1 parent 59e0f78 commit a603bdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/geometry/qgsmultilinestringv2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ QDomElement QgsMultiLineStringV2::asGML2( QDomDocument& doc, int precision, cons
QDomElement elemLineStringMember = doc.createElementNS( ns, "lineStringMember" );
elemLineStringMember.appendChild( lineString->asGML2( doc, precision, ns ) );
elemMultiLineString.appendChild( elemLineStringMember );

delete lineString;
}
}

Expand Down

0 comments on commit a603bdf

Please sign in to comment.