Mercurial > emacs
changeset 57287:d27beaf1c61c
(send_process): Be sure to free composition data.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 29 Sep 2004 23:43:08 +0000 |
parents | 32c7a00069f2 |
children | 2ac743fb8dba |
files | src/process.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.c Wed Sep 29 23:41:54 2004 +0000 +++ b/src/process.c Wed Sep 29 23:43:08 2004 +0000 @@ -5203,6 +5203,7 @@ object = p->encoding_buf; encode_coding (coding, (char *) buf, SDATA (object), len, SBYTES (object)); + coding_free_composition_data (coding); len = coding->produced; buf = SDATA (object); }