Commit a15d3537bb52450f75ad63642b6bcbbcc6fdc374

Carlos Martín Nieto 2014-04-21T15:48:05

sysdir: free the path if we cannot find the file Returning an error cleared the buf, but this operation does not free the memory associated with it. Use git_buf_free() instead.