Hi all,
I am facing a problem with memory clean-up when mixing the place of
allocation across dlls and the executable. Let say I have main executable
that loads dlls (plugins) in which I allocate memory using referenced
pointers. On exit, those pointers that were allocated in one of the dlls
got stucked in
if (needDelete)
{
signalObserversAndDelete(true,true);
}
Ln 198 in Referenced. And this is Windows only, on Mac or Linux I
don't have this problem.
If I clean these pointers from the originated dll, it works ok, otherwise not.
Any clue?
Thanks as allways!
Nick
--
trajce nikolov nick
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org