+2004-09-30 Kenichi Handa <handa@m17n.org>
+
+ * process.c (send_process): Be sure to free composition data.
+
+ * fileio.c (Finsert_file_contents): Be sure to free composition
+ data.
+
+ * coding.c (code_convert_region): Don't skip ASCIIs if there are
+ compositions to encode. Be sure to free composition data.
+ (encode_coding_string): Likewise.
+
2004-09-29 Kim F. Storm <storm@cua.dk>
* fringe.c: Remove limit on number of bitmaps.
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);
}