aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/wimaxasncp/wimaxasncp_dict.l5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/wimaxasncp/wimaxasncp_dict.l b/plugins/wimaxasncp/wimaxasncp_dict.l
index c34f413154..be48324d4c 100644
--- a/plugins/wimaxasncp/wimaxasncp_dict.l
+++ b/plugins/wimaxasncp/wimaxasncp_dict.l
@@ -733,7 +733,10 @@ wimaxasncp_dict_t *wimaxasncp_dict_scan(
WimaxasncpDict_lex(scanner);
WimaxasncpDict_lex_destroy(scanner);
- fclose(in);
+ /*
+ * XXX - can the lexical analyzer terminate without closing
+ * all open input files?
+ */
D(("\n---------------\n%s\n------- %d -------\n",
state.strbuf, state.len_strbuf));