Hi Chris,
thx for your answer and your "trick" ! :)
but it is the same for me...


> struct TheEnd 
> { 
>    ~TheEnd()
>    {
>       _CrtDumpMemoryLeaks();
>    } 
> }; 
> 
> TheEnd theEnd; 
> 
> int _tmain(int argc, _TCHAR* argv[])
> {
>    osg::ref_ptr< osg::Group> gr;
>    return 0;
> }



> Detected memory leaks!
> Dumping objects ->
> {792} normal block at 0x00B17320, 128 bytes long.
>  Data: <                > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
> {791} normal block at 0x00B172D8, 12 bytes long.
>  Data: < r   r      > D8 72 B1 00 D8 72 B1 00 CD CD CD CD 


stange ?
Sebastien

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=18379#18379





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to