We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c08e6 commit 759ddfdCopy full SHA for 759ddfd
src/partition/repart.c
@@ -181,6 +181,7 @@ STATIC_DESTRUCTOR_REGISTER(arg_tpm2_hash_pcr_values, freep);
181
STATIC_DESTRUCTOR_REGISTER(arg_tpm2_public_key, freep);
182
STATIC_DESTRUCTOR_REGISTER(arg_tpm2_pcrlock, freep);
183
STATIC_DESTRUCTOR_REGISTER(arg_filter_partitions, freep);
184
+STATIC_DESTRUCTOR_REGISTER(arg_defer_partitions, freep);
185
STATIC_DESTRUCTOR_REGISTER(arg_image_policy, image_policy_freep);
186
STATIC_DESTRUCTOR_REGISTER(arg_copy_from, strv_freep);
187
STATIC_DESTRUCTOR_REGISTER(arg_copy_source, freep);
0 commit comments