"README.md" did not exist on "fed8ecd1710f65b692f3af658c7793a6b31db857"
Fix noise memory leaks in other base64 examples
It bothers me a little bit that I can't figure out how to free the parser --- surely that is a thing that the bindings for other languages need to do --- but storing a pointer to the parser in a statically-allocated variable, as in base64.c, at least stops valgrind from reporting the parser as a memory leak.
Loading
Please register or sign in to comment