Skip to content

Commit b6f2275

Browse files
committed
removing a delete pointer
1 parent a88d334 commit b6f2275

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser/OSMDocumentParserCallback.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ OSMDocumentParserCallback::StartElement(
151151
void OSMDocumentParserCallback::EndElement(const char* name) {
152152
if (strcmp(name, "osm") == 0) {
153153
m_rDocument.endOfFile();
154-
delete last_relation;
155154
return;
156155
}
157156
if (strcmp(name, "node") == 0) {

0 commit comments

Comments
 (0)