summaryrefslogtreecommitdiffstats
path: root/hcid/parser.y
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-09-05 09:23:08 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-09-05 09:23:08 +0000
commit621e885ad6356fb46f7416670609117ddb986596 (patch)
tree7f6d73941857775e9cfe8780c32c7adba564a863 /hcid/parser.y
parent49a0b7dc900eec6e195808e1033a5794ca9660e9 (diff)
Fix memory leak with config reloading
Diffstat (limited to 'hcid/parser.y')
-rw-r--r--hcid/parser.y4
1 files changed, 0 insertions, 4 deletions
diff --git a/hcid/parser.y b/hcid/parser.y
index b9c90dca..0a162b36 100644
--- a/hcid/parser.y
+++ b/hcid/parser.y
@@ -331,9 +331,5 @@ int read_config(char *file)
fclose(yyin);
-#if 0
- yylex_destroy();
-#endif
-
return 0;
}