From: Junio C Hamano Date: Tue, 26 May 2015 20:24:44 +0000 (-0700) Subject: Merge branch 'rs/plug-leak-in-pack-bitmaps' X-Git-Tag: v2.5.0-rc0~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a26d48a46e8d7df58e7a91e7aac6795e29ddbd6d;p=git Merge branch 'rs/plug-leak-in-pack-bitmaps' 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 --- a26d48a46e8d7df58e7a91e7aac6795e29ddbd6d