libepoxy icon indicating copy to clipboard operation
libepoxy copied to clipboard

Fix memory leaks

Open anholt opened this issue 11 years ago • 1 comments

Need to add an interface for users to call at exit for cleaning up for valgrind's sake.

anholt avatar Dec 05 '13 18:12 anholt

It should simply be possible to use a destructor function, detect whether we're running under Valgrind by using valgrind.h, and free resources if that happens to be true.

ebassi avatar Feb 08 '17 13:02 ebassi