1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00

(PRINTPREPARE): Really do set free_print_buffer.

This commit is contained in:
Richard M. Stallman 1996-11-04 16:35:44 +00:00
parent 08e8d2975c
commit b3da2c73d2

View file

@ -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; \
} \