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:
parent
03a76a1805
commit
ce019a169b
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user