ulrichard / ftgl

fork from http://sourceforge.net/projects/ftgl
Other
58 stars 45 forks source link

Fix a memory leak #11

Closed OlivierSohn closed 6 years ago

OlivierSohn commented 6 years ago

I would have preferred using c++14 with std::make_unique and std::unique_ptr to fix this but if it is to be merged upstream, maybe the compatibility with old c++ is needed, so I just use a delete.