systemd icon indicating copy to clipboard operation
systemd copied to clipboard

bootctl: additional fixes for local/global UKI PE addons

Open esposem opened this issue 1 year ago • 1 comments

Fix various memory leaks and names used in https://github.com/systemd/systemd/pull/28761.

esposem avatar Feb 15 '24 14:02 esposem

@poettering @bluca

esposem avatar Feb 15 '24 14:02 esposem

../src/shared/bootspec.c:1498:44: error: unused variable 'ts' [-Werror,-Wunused-variable]
                _cleanup_strv_free_ char **ts = NULL;

bluca avatar Mar 06 '24 14:03 bluca