Mercurial > hg > xemacs-beta
diff src/console-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 | cd0abfdb9e9d |
children | 04bc9d2f42c7 |
line wrap: on
line diff
--- a/src/console-stream.c Mon Sep 29 21:53:04 2003 +0000 +++ b/src/console-stream.c Tue Sep 30 15:27:01 2003 +0000 @@ -123,7 +123,7 @@ if (stream_con->in != stdin) retry_fclose (stream_con->in); - xfree (stream_con); + xfree (stream_con, struct stream_console *); CONSOLE_STREAM_DATA (con) = NULL; } }