Skip to content

Commit

Permalink
removing a delete pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 14, 2017
1 parent a88d334 commit b6f2275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/OSMDocumentParserCallback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ OSMDocumentParserCallback::StartElement(
void OSMDocumentParserCallback::EndElement(const char* name) {
if (strcmp(name, "osm") == 0) {
m_rDocument.endOfFile();
delete last_relation;
return;
}
if (strcmp(name, "node") == 0) {
Expand Down

0 comments on commit b6f2275

Please sign in to comment.