… > +++ b/tools/bootconfig/main.c > @@ -314,31 +314,35 @@ int apply_xbc(const char *path, const char *xbc_path) … > +free_data: > free(data); … Would any software users prefer to omit the memory release for a quicker program termination? Can the commit message become clearer about the explanation for the importance of the proposed change? Regards, Markus