On Tue, 2007-03-06 at 10:39 +0100, Ivan BolĨina wrote:
> Great, thanks for help. Those circular references are so difficult to
> handle right..

Yeah it's an interesting programming topic!

The trick is to always establish an owner for an object where the
owner's lifetime equals or exceeds the required lifetime of the object.
The initial owner is implicitly the creator of the object.

Regards,
Marcus


_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to