Skip to content
Snippets Groups Projects
Commit 4cf306ce authored by xentrac's avatar xentrac
Browse files

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.
parent 235f6f74
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment