From 4599df64cab89b72cf679d07d936151d61fb37a8 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 27 Mar 2026 03:09:41 +0000 Subject: util/libreboot-utils: finish implementing hell Signed-off-by: Leah Rowe --- util/libreboot-utils/include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/libreboot-utils/include') diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index 1bef0d50..77672846 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -543,7 +543,7 @@ int fs_rename_at(int olddirfd, const char *old, int newdirfd, const char *new); int fs_open(const char *path, int flags); void close_no_err(int *fd); -void free_if_null(char **buf); +void free_and_set_null(char **buf); int close_warn(int *fd, char *s); struct filesystem *rootfs(void); int fs_resolve_at(int dirfd, const char *path, int flags); -- cgit v1.2.1