From 49a0b7dc900eec6e195808e1033a5794ca9660e9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 5 Sep 2006 08:01:28 +0000 Subject: Don't use yylex_destroy() at the moment --- hcid/parser.y | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hcid/parser.y b/hcid/parser.y index cf947fbf..b9c90dca 100644 --- a/hcid/parser.y +++ b/hcid/parser.y @@ -331,7 +331,9 @@ int read_config(char *file) fclose(yyin); +#if 0 yylex_destroy(); +#endif return 0; } -- cgit