• Show log

    Commit

  • Hash : a15d3537
    Author : Carlos Martín Nieto
    Date : 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.