diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-27 03:09:41 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-27 16:44:10 +0000 |
| commit | f122b989814c01ea950bd92495b37a08b3d3c413 (patch) | |
| tree | f55409c03c78888516eeb2d7ed586ed53eac60c8 /util/libreboot-utils/nvmutil.c | |
| parent | 5d6344292a58aba54b321f6df2601630c26b62f9 (diff) | |
util/libreboot-utils: finish implementing hell
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/nvmutil.c')
| -rw-r--r-- | util/libreboot-utils/nvmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/nvmutil.c b/util/libreboot-utils/nvmutil.c index 313390c0..0eed440c 100644 --- a/util/libreboot-utils/nvmutil.c +++ b/util/libreboot-utils/nvmutil.c @@ -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; } |
