(PRINTFINISH): Use xfree, not free.

This commit is contained in:
Richard M. Stallman
1996-11-05 19:48:26 +00:00
parent 01e6e8c904
commit 99351a0dda

View File

@@ -214,7 +214,7 @@ glyph_to_str_cpy (glyphs, str)
insert (print_buffer, print_buffer_pos); \
if (free_print_buffer) \
{ \
free (print_buffer); \
xfree (print_buffer); \
print_buffer = 0; \
} \
unbind_to (specpdl_count, Qnil); \