Skipping ContractionCleantup entirely. Avoids a big allocation. Removing

DELETE() macro.
This commit is contained in:
DennisOSRM
2012-04-12 19:35:47 +02:00
parent b16f3f91d9
commit e104017d4c
7 changed files with 35 additions and 34 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ public:
for(unsigned i = 0; i < _pluginVector.size(); i++) {
BasePlugin * tempPointer = _pluginVector[i];
DELETE( tempPointer );
delete tempPointer;
}
}