util/libreboot-utils: finish implementing hell

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-27 03:09:41 +00:00
parent 5d6344292a
commit db6e817ded
7 changed files with 79 additions and 32 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ main(int argc, char *argv[])
if (f->io_err_gbe_bin)
b0rk(EIO, "%s: error writing final file");
free_if_null(&f->tname);
free_and_set_null(&f->tname);
return EXIT_SUCCESS;
}