OgreOde MemoryLeaks SOLVED

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
Liaven
Gnoblar
Posts: 20
Joined: Wed Jan 28, 2004 6:51 pm
Location: Granada, Spain

OgreOde MemoryLeaks SOLVED

Post by Liaven »

Hi

First of all i want to congrats for the great work for all people in Ogre and ogreOde,thank you

I found two memoryleaks in OgreOdeEntityInformer.cpp, in functions:
createOrientedCapsule and createOrientedBox, the solution is simple, at the end of funtions (before return) add delete[] vertices;

bye
Post Reply