Mercurial > hg > xemacs-beta
diff src/event-stream.c @ 1726:a8d8f419b459
[xemacs-hg @ 2003-09-30 15:26:34 by james]
Add type information to xfree to avoid alias creation.
author | james |
---|---|
date | Tue, 30 Sep 2003 15:27:01 +0000 |
parents | 1b0339b048ce |
children | fd0cbe945410 |
line wrap: on
line diff
--- a/src/event-stream.c Mon Sep 29 21:53:04 2003 +0000 +++ b/src/event-stream.c Tue Sep 30 15:27:01 2003 +0000 @@ -401,7 +401,7 @@ struct command_builder *b = (struct command_builder *) header; if (b->echo_buf) { - xfree (b->echo_buf); + xfree (b->echo_buf, Ibyte *); b->echo_buf = 0; } } @@ -494,7 +494,7 @@ { if (builder->echo_buf) { - xfree (builder->echo_buf); + xfree (builder->echo_buf, Ibyte *); builder->echo_buf = NULL; } free_managed_lcrecord (Vcommand_builder_free_list,