bootspec: fix memleak caused by setting invalid cleanup function

This commit is contained in:
Yu Watanabe 2019-03-31 23:31:29 +09:00
parent 7226337574
commit 18268197fa

View file

@ -736,7 +736,7 @@ int boot_entries_augment_from_loader(BootConfig *config, bool only_auto) {
"auto-reboot-to-firmware-setup", "Reboot Into Firmware Interface",
};
_cleanup_free_ char **found_by_loader = NULL;
_cleanup_strv_free_ char **found_by_loader = NULL;
size_t n_allocated;
char **i;
int r;