aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 1bea06e8b67..db0b4cba965 100644
--- a/src/print.c
+++ b/src/print.c
@@ -214,7 +214,7 @@ glyph_to_str_cpy (glyphs, str)
214 insert (print_buffer, print_buffer_pos); \ 214 insert (print_buffer, print_buffer_pos); \
215 if (free_print_buffer) \ 215 if (free_print_buffer) \
216 { \ 216 { \
217 free (print_buffer); \ 217 xfree (print_buffer); \
218 print_buffer = 0; \ 218 print_buffer = 0; \
219 } \ 219 } \
220 unbind_to (specpdl_count, Qnil); \ 220 unbind_to (specpdl_count, Qnil); \