Commit e756877dbff7b6b706820ce49744808c14941c32

Patrick Steinhardt 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.