From: Richard M. Stallman Date: Mon, 4 Nov 1996 16:35:44 +0000 (+0000) Subject: (PRINTPREPARE): Really do set free_print_buffer. X-Git-Tag: emacs-20.1~3431 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3da2c73d2deea928018bd9e7045935fbbccf51c;p=emacs.git (PRINTPREPARE): Really do set free_print_buffer. --- 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; \ } \