X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=config%2Fzconf.y;h=c292f27d41d883a707b533bc9c7e5556e81cd8d2;hb=120e44ad1fcc23e18af4084d9f02d135854728fd;hp=250d58e7d046a244fd195ea546f48fabdb8ba01e;hpb=297481173b8c1f69b93a201ec1ee6dfc368be8b6;p=carl9170fw.git diff --git a/config/zconf.y b/config/zconf.y index 250d58e..c292f27 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -276,6 +276,7 @@ choice: T_CHOICE word_opt T_EOL sym->flags |= SYMBOL_AUTO; menu_add_entry(sym); menu_add_expr(P_CHOICE, NULL, NULL); + free($2); printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno()); };