summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
Diffstat (limited to 'hcid')
-rw-r--r--hcid/parser.y2
1 files changed, 2 insertions, 0 deletions
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;
}