On Tue, Sep 17, 2024 at 12:07:48PM +0200, Patrick Steinhardt wrote: > Hi, > > this is the second version of my patch series that refactors lifecycle > management of `struct image` in "apply.c" to plug a bunch of memory > leaks. > > Changes compared to v1: > > - Fix two typos. > > - Correct the statement that we don't loop around > `image_remove_first_line()`. No idea how I missed that loop. > > - Split up an overly complex line into multiple lines. > > Thanks! Ugh, sorry. I meant to Cc Junio, not Taylor. Patrick