Message ID | cover-00.14-00000000000-20220302T170718Z-avarab@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | tree-wide: small fixes for memory leaks | expand |
On 3/2/2022 12:10 PM, Ævar Arnfjörð Bjarmason wrote: > This is a collection of various otherwise unrelated tree-wide fixes > for memory leaks. > > In fixing more targeted memory leaks in specific areas I've run into > small leaks here & there. Rather than submit e.g. a 2-series patch for > just small bundle leaks, the same for range-diff etc. I thought it > made sense to submit these together. I read these patches, and they were quite small, so it wasn't hard. The most difficult thing was going into the code just to get more context than the patches allowed. Thank you for fixing all of those memory leaks I introduced in the commit-graph code. I had a few nitpick comments on the first commit message, but I think what I pointed out in patch 7 might be a problem that needs fixing before this merges. Thanks, -Stolee