sysdir.c
5.71 KB
-
sysdir: free the path if we cannot find the file · a15d3537
Returning an error cleared the buf, but this operation does not free the memory associated with it. Use git_buf_free() instead.
Carlos Martín Nieto committed
Returning an error cleared the buf, but this operation does not free the memory associated with it. Use git_buf_free() instead.