imasiprojects / ImasiEngine

3D Engine Library, by Imasi
2 stars 1 forks source link

Free memory of Buffer* inside _buffers on ~VertexArray() #3

Closed ivancea closed 8 years ago

ivancea commented 8 years ago

Original report by Iván Sanz (Bitbucket: ivansanz, GitHub: isc30).


~VertexArray() doen't free memory of the Buffer inside `std::map<BufferType, Buffer> _buffers;`