Skip to content
  • Junio C Hamano's avatar
    Merge branch 'nd/repo-clear-keep-the-index' · 0abb9628
    Junio C Hamano authored
    the_repository->index is not a allocated piece of memory but
    repo_clear() indiscriminately attempted to free(3) it, which has
    been corrected.
    
    * nd/repo-clear-keep-the-index:
      repository: fix free problem with repo_clear(the_repository)
    0abb9628