mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
bootspec: add missing free() in boot_config_free()
This commit is contained in:
parent
b07b19dff8
commit
7226337574
@ -160,6 +160,7 @@ void boot_config_free(BootConfig *config) {
|
||||
free(config->editor);
|
||||
free(config->auto_entries);
|
||||
free(config->auto_firmware);
|
||||
free(config->console_mode);
|
||||
|
||||
free(config->entry_oneshot);
|
||||
free(config->entry_default);
|
||||
|
Loading…
Reference in New Issue
Block a user