• Show log

    Commit

  • Hash : 899ec41f
    Author : Evan Hanson
    Date : 2013-08-15T16:25:48

    revparse: Free left side of invalid range revspecs
    
    This fixes a small memory leak in git_revparse where early returns on
    errors from git_revparse_single cause a free() on the (reallocated) left
    side of the revspec to be skipped.