From b3da2c73d2deea928018bd9e7045935fbbccf51c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 4 Nov 1996 16:35:44 +0000 Subject: [PATCH] (PRINTPREPARE): Really do set free_print_buffer. --- src/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/print.c b/src/print.c index 5d87c1ad612..1bea06e8b67 100644 --- a/src/print.c +++ b/src/print.c @@ -203,7 +203,7 @@ glyph_to_str_cpy (glyphs, str) { \ print_buffer_size = 1000; \ print_buffer = (char *) xmalloc (print_buffer_size); \ - free_print_buffer = 0; \ + free_print_buffer = 1; \ } \ print_buffer_pos = 0; \ } \ -- 2.39.2