• Show log

    Commit

  • Hash : e756877d
    Author : Patrick Steinhardt
    Date : 2016-03-11T09:07:29

    tests: nsec: correctly free nsec_path git_buf_clear does not free allocated memory associated with a git_buf. Use `git_buf_free` instead to correctly free its memory and plug the memory leak.