commit | 68f492359e29bbdf633201406d0646deee2b298c | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Wed Oct 15 18:34:19 2014 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Oct 16 10:10:36 2014 -0700 |
tree | 77fc3612755a3e8ee475f812cba20f4df1cbb057 | |
parent | 50a71776ab14c63c72c86e3ce1529052bcb2634a [diff] |
object_array: factor out slopbuf-freeing logic This is not a lot of code, but it's a logical construct that should not need to be repeated (and we are about to add a third repetition). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>