i have an osg::Geometry. i store it in a class with ref_ptrwhen i delete it,
i expect it to be deleted.
in debug, i saw that the reference count is 2 before this destructor.
even if i set this value to null, there reference count remains 1.
so it is not deleting...


what i want to ask is, how can i find who stores reference of my geometry.
someone stores and increments the reference count without my information...

do you know a way of doing this?

i just want to be informed when my geometry reference count is increased so
that i can find the memory leak in my project.



-- 
Ufuk
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to