On Mon Mar 3 01:15:43 2025 +0000, Esme Povirk wrote:
Seems like we don't actually do anything with errors in this loop. It won't crash or return a failure to the caller, but any item that fails will have `strings[i]` uninitialized or NULL.
I reworked that a bit, to have a common "strings" cleanup loop, and there is a now a break in item enumerator loop on error.