Attention is currently required from: Edward O'Callaghan, Peter Marheine. Anastasia Klimchuk has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/54147 )
Change subject: libflashrom: clear layout on flashrom_layout_release ......................................................................
Patch Set 1:
(2 comments)
File layout.c:
https://review.coreboot.org/c/flashrom/+/54147/comment/8302fa21_570575b4 PS1, Line 296: layout->entries[i].included = false; Should this line also move into flashrom_layout_release() ?
https://review.coreboot.org/c/flashrom/+/54147/comment/3fb70b5c_19f1d908 PS1, Line 279: layout_cleanup_args This function is not cleaning up the layout anymore, only args. Maybe you can rename to `cleanup_layout_args`? or `args_cleanup` ?