mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
kernel-install: fix memory leak
This commit is contained in:
parent
84960b7f3c
commit
d1b1cf8f26
@ -49,6 +49,7 @@ static bool arg_legend = true;
|
||||
STATIC_DESTRUCTOR_REGISTER(arg_esp_path, freep);
|
||||
STATIC_DESTRUCTOR_REGISTER(arg_xbootldr_path, freep);
|
||||
STATIC_DESTRUCTOR_REGISTER(arg_root, freep);
|
||||
STATIC_DESTRUCTOR_REGISTER(arg_image, freep);
|
||||
STATIC_DESTRUCTOR_REGISTER(arg_image_policy, image_policy_freep);
|
||||
|
||||
typedef enum Action {
|
||||
|
Loading…
Reference in New Issue
Block a user