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 8c9fcb5 commit c353e02Copy full SHA for c353e02
src/partition/repart.c
@@ -163,6 +163,7 @@ STATIC_DESTRUCTOR_REGISTER(arg_certificate, X509_freep);
163
STATIC_DESTRUCTOR_REGISTER(arg_tpm2_device, freep);
164
STATIC_DESTRUCTOR_REGISTER(arg_tpm2_public_key, freep);
165
STATIC_DESTRUCTOR_REGISTER(arg_filter_partitions, freep);
166
+STATIC_DESTRUCTOR_REGISTER(arg_defer_partitions, freep);
167
STATIC_DESTRUCTOR_REGISTER(arg_image_policy, image_policy_freep);
168
169
typedef struct FreeArea FreeArea;
0 commit comments