X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fgedcom_lex_common.c;h=aa75abcbbf1ca20c0ae6a49c699b259370770992;hb=refs%2Fheads%2Flibiconv-gedcom-1.14;hp=06c1f77a8a5fefb51696d6fb7ac63e9b1c7f917c;hpb=ea81accae13a4617cc46f5256dad50e2732cc206;p=gedcom-parse.git diff --git a/gedcom/gedcom_lex_common.c b/gedcom/gedcom_lex_common.c index 06c1f77..aa75abc 100644 --- a/gedcom/gedcom_lex_common.c +++ b/gedcom/gedcom_lex_common.c @@ -437,8 +437,8 @@ static void free_conv_buffers() static void yylex_cleanup() { /* fix memory leak in lex */ - yy_delete_buffer(yy_current_buffer); - yy_current_buffer = NULL; +/* yy_delete_buffer(yy_current_buffer);*/ +/* yy_current_buffer = NULL;*/ free_conv_buffers(); }