1
0
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:
Antonio Alvarez Feijoo 2024-01-10 09:20:15 +01:00
parent 84960b7f3c
commit d1b1cf8f26
No known key found for this signature in database
GPG Key ID: B4EFC9173666A622

View File

@ -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 {