On Mon, Nov 04, 2024 at 04:46:57PM -0600, Justin Tobler wrote: > On 24/10/21 11:27AM, Patrick Steinhardt wrote: > > Hi, > > > > this is the second version of my 9th series of memory leak fixes. > > > > Changes compared to v1: > > > > - Split up the trailer fixes into two separate patches so that we can > > explain them standalone. > > > > - Adapt the second trailer memory leak fix to instead pull up the > > strbufs out of the loop such that we can reuse them. This makes the > > code flow more naturally and optimizes the loop. > > > > Thanks! > > > > Patrick > > I've reviewed all the patches in this version and left a few > non-blocking thoughts. Overall, this version looks good to me though. :) Thanks for your review! Patrick