Example: https://github.com/goat-hill/bitclock/blob/c06e1b5c1ea5e7673b5b4e85a27384f967de3ef7/bitclock-fw/main/libs/nvs.c#L99-L102 Not sure the implications of this. It's typical to solve this with a `goto` to centralize cleanup as outlined [here](https://softwareengineering.stackexchange.com/q/154974).
Example:
bitclock/bitclock-fw/main/libs/nvs.c
Lines 99 to 102 in c06e1b5
Not sure the implications of this.
It's typical to solve this with a
gototo centralize cleanup as outlined here.