DarthMike / indielib-crossplatform

IndieLib is a cross-platform Game Graphics engine. Main focus is OpenGL ES 2.0 for mobile iOS operating system, and OpenGL desktop. **NOT SUPPORTED ANYMORE**
zlib License
61 stars 27 forks source link

Valgrind mem leaks findings #114

Closed M-F-K closed 10 years ago

M-F-K commented 11 years ago

This issue is created to hold valgrind findings from the tutorials / tests etc. Each entry should be a reference from a commit with comments where the code leaks.

DarthMike commented 11 years ago

Moved to M0.6

M-F-K commented 11 years ago

As far as I can see it, we only have the uninitilized key event left..

M-F-K commented 10 years ago

Since we only have the unitialize key event left ( and it is marked with a TODO ) and we have to do some alteration in regards to issue #67 . I think we can safely close this issue.