aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-11-05 19:48:26 +0000
committerRichard M. Stallman <[email protected]>1996-11-05 19:48:26 +0000
commit99351a0ddacd3044610894b9c19b9e661972432c (patch)
tree81f594ee402d301a28934c26df1b0449e624cf0d
parent01e6e8c90496fd85cbe63df287f7c2d602d74b5f (diff)
(PRINTFINISH): Use xfree, not free.
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 1bea06e8b6..db0b4cba96 100644
--- a/src/print.c
+++ b/src/print.c
@@ -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); \