Skip to content
Snippets Groups Projects
Forked from Hammer / hammer
Source project has a limited visibility.
  • xentrac's avatar
    Fix noise memory leak in examples/base64.c · 235f6f74
    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