(experimental) LRU cache turned off, safe delete

This commit is contained in:
Dennis Luxen
2011-07-12 17:12:30 +00:00
parent 307c9ae9c5
commit 96f5c1c735
3 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ public:
}
~RoutePlugin() {
delete sEngine;
DELETE(sEngine);
}
std::string GetDescriptor() { return pluginDescriptorString; }