diff --git a/builtin.c b/builtin.c index 4028be421..79a65d2b9 100644 --- a/builtin.c +++ b/builtin.c @@ -228,6 +228,7 @@ wchar_t *builtin_help_get( const wchar_t *name ) } } + al_foreach( &lst, &free ); al_destroy( &lst ); sb_destroy( &cmd ); free( name_esc );