comparison 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
comparison
equal deleted inserted replaced
1725:7ff8f4d70aec 1726:a8d8f419b459
121 fflush (stream_con->out); 121 fflush (stream_con->out);
122 } 122 }
123 if (stream_con->in != stdin) 123 if (stream_con->in != stdin)
124 retry_fclose (stream_con->in); 124 retry_fclose (stream_con->in);
125 125
126 xfree (stream_con); 126 xfree (stream_con, struct stream_console *);
127 CONSOLE_STREAM_DATA (con) = NULL; 127 CONSOLE_STREAM_DATA (con) = NULL;
128 } 128 }
129 } 129 }
130 130
131 Lisp_Object 131 Lisp_Object