We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd62f74 + b94dd8f commit e34e718Copy full SHA for e34e718
1 file changed
Src/VSoft.CommandLine.CommandDef.pas
@@ -93,6 +93,7 @@ constructor TCommandDefImpl.Create(const name: string; const alias : string; co
93
94
destructor TCommandDefImpl.Destroy;
95
begin
96
+ FExamples.Free;
97
FOptionsLookup.Free;
98
FUnnamedOptions.Free;
99
FRegisteredOptions.Free;
0 commit comments