mirror of
https://github.com/systemd/systemd.git
synced 2025-09-09 17:44:49 +03:00
kernel-install: fix memory leak
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user