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 2e865ad commit 8440142Copy full SHA for 8440142
src/modules/initsystem/initsystem.c
@@ -46,6 +46,7 @@ void ffPrintInitSystem(FFInitSystemOptions* options)
46
exit:
47
ffStrbufDestroy(&result.name);
48
ffStrbufDestroy(&result.exe);
49
+ ffStrbufDestroy(&result.version);
50
}
51
52
bool ffParseInitSystemCommandOptions(FFInitSystemOptions* options, const char* key, const char* value)
@@ -109,6 +110,7 @@ void ffGenerateInitSystemJsonResult(FF_MAYBE_UNUSED FFInitSystemOptions* options
109
110
111
112
113
114
115
116
void ffPrintInitSystemHelpFormat(void)
0 commit comments