Commit 707f65372b4091ada386f2a04a05e94899e32bfc

Bryan Woods 2015-09-11T16:35:14

Removing memory leak in mempack's free It calls git_mempack_reset which reallocates the object array. git_oidmap_free is now called on it explicitly.