REVIEW: Memory Leak - EffectBuilder::InitFromParameters()

156,910 (2,320 direct, 154,590 indirect) bytes in 29 blocks are definitely lost
This commit is contained in:
Scott Giese 2020-08-22 15:53:25 -05:00
parent 03a76a1805
commit ce019a169b

View File

@ -618,6 +618,9 @@ initFromParameters(Effect* effect, const SGPropertyNode* prop, ObjType* obj,
} else { } else {
setDynamicVariance(obj); setDynamicVariance(obj);
std::string propName = getGlobalProperty(valProp, options); std::string propName = getGlobalProperty(valProp, options);
// REVIEW: Memory Leak - 156,910 (2,320 direct, 154,590 indirect) bytes in 29 blocks are definitely lost
// Weak Efforts::dtor
// Weak UniformFactoryImpl handling of dynamic memory
ScalarChangeListener<OSGParamType, ObjType, F>* listener ScalarChangeListener<OSGParamType, ObjType, F>* listener
= new ScalarChangeListener<OSGParamType, ObjType, F>(obj, setter, = new ScalarChangeListener<OSGParamType, ObjType, F>(obj, setter,
propName); propName);