]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ma/clear-repository-format'
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 Mar 2019 06:16:07 +0000 (15:16 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Mar 2019 06:16:07 +0000 (15:16 +0900)
commit6b5688b760a11430586122173d96b15fd3204308
treeddb27de68f656862e068bb51b97967c3afea6b31
parent83b13e284ce3e349aedfc48fc0fb885c390bb18b
parente8805af1c33d79750a979014c021cd63d780c720
Merge branch 'ma/clear-repository-format'

The setup code has been cleaned up to avoid leaks around the
repository_format structure.

* ma/clear-repository-format:
  setup: fix memory leaks with `struct repository_format`
  setup: free old value before setting `work_tree`
builtin/init-db.c
cache.h
repository.c
setup.c