OSDN Git Service

Merge branch 'jk/leak-checkers'
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 Sep 2017 04:38:37 +0000 (13:38 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Sep 2017 04:38:37 +0000 (13:38 +0900)
Many of our programs consider that it is OK to release dynamic
storage that is used throughout the life of the program by simply
exiting, but this makes it harder to leak detection tools to avoid
reporting false positives.  Plug many existing leaks and introduce
a mechanism for developers to mark that the region of memory
pointed by a pointer is not lost/leaking to help these tools.

* jk/leak-checkers:
  git-compat-util: make UNLEAK less error-prone


Trivial merge