(experimental) LRU cache turned off, safe delete
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
}
|
||||
|
||||
~RoutePlugin() {
|
||||
delete sEngine;
|
||||
DELETE(sEngine);
|
||||
}
|
||||
|
||||
std::string GetDescriptor() { return pluginDescriptorString; }
|
||||
|
||||
Reference in New Issue
Block a user