Merge branch 'rs/plug-leak-in-pack-bitmaps' into maint
commit06629901444888e5fa491c5f5f24ff03686af9a9
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Jun 2015 19:00:22 +0000 (5 12:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Jun 2015 19:00:22 +0000 (5 12:00 -0700)
treea0109671b6e4e52e8eb3a34d70eaa7b379b62ec6
parent7c1ff53d5ffb0d16972452ed122849b3fbb1957f
parent599dc766e89fe4f964c197f8d109dfc2e3c890ba
Merge branch 'rs/plug-leak-in-pack-bitmaps' into maint

The code to read pack-bitmap wanted to allocate a few hundred
pointers to a structure, but by mistake allocated and leaked memory
enough to hold that many actual structures.  Correct the allocation
size and also have it on stack, as it is small enough.

* rs/plug-leak-in-pack-bitmaps:
  pack-bitmaps: plug memory leak, fix allocation size for recent_bitmaps
pack-bitmap.c