Skip to content
Snippets Groups Projects
Forked from Hammer / hammer
215 commits behind the upstream repository.
Kragen Javier Sitaker's avatar
xentrac authored
Obviously we don't care if examples/base64.c leaks memory before
exiting, but things like that are noise that make it hard to tell if
there's a real memory-leak problem somewhere else; it also sets a bad
example for code that someone might write modeled on the example.
This patch ensures that the example frees its allocations as it
should.
235f6f74
History