Patrick Steinhardt [off-list ref] writes:
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.
Looking good. Will queue. Thanks.