Removed memory leaks in function classes
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -67,6 +67,7 @@ namespace Porygon {
|
||||
for (auto o: *_options){
|
||||
delete o;
|
||||
}
|
||||
delete _options;
|
||||
}
|
||||
|
||||
void RegisterFunctionOption (GenericFunctionOption * opt) const{
|
||||
|
||||
Reference in New Issue
Block a user