We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341d883 commit 6b42227Copy full SHA for 6b42227
src/systemctl/systemctl.c
@@ -112,11 +112,11 @@ bool arg_read_only = false;
112
bool arg_mkdir = false;
113
bool arg_marked = false;
114
115
-STATIC_DESTRUCTOR_REGISTER(arg_wall, strv_freep);
116
-STATIC_DESTRUCTOR_REGISTER(arg_root, freep);
117
STATIC_DESTRUCTOR_REGISTER(arg_types, strv_freep);
118
STATIC_DESTRUCTOR_REGISTER(arg_states, strv_freep);
119
STATIC_DESTRUCTOR_REGISTER(arg_properties, strv_freep);
+STATIC_DESTRUCTOR_REGISTER(arg_wall, strv_freep);
+STATIC_DESTRUCTOR_REGISTER(arg_root, freep);
120
STATIC_DESTRUCTOR_REGISTER(arg_clean_what, strv_freep);
121
122
static int systemctl_help(void) {
0 commit comments