ports/x11-wm/i3/files/patch-src__cfgparse.y
Dennis Herrmann ae80a7e4fa - Update to 4.1
PR:		ports/160036
Submitted by:	Aldis Berjoza <aldis@bsdroot.lv>
Feature safe:	yes
2011-11-19 08:38:07 +00:00

11 lines
300 B
Text

--- ./src/cfgparse.y.orig 2011-08-01 23:24:22.000000000 +0200
+++ ./src/cfgparse.y 2011-08-07 13:35:02.000000000 +0200
@@ -468,7 +468,7 @@
start_configerror_nagbar(f);
}
- yylex_destroy();
+ // yylex_destroy();
FREE(context->line_copy);
free(context);
free(new);