From 2d0f37d68c0824f4cec8a2e75313b234705e3260 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 27 Sep 2003 00:25:40 +0000 Subject: [PATCH] (send_process): Delete unused temp_buf. --- src/process.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/process.c b/src/process.c index 0916fd171d4..d04f8c03b4f 100644 --- a/src/process.c +++ b/src/process.c @@ -5054,7 +5054,6 @@ send_process (proc, buf, len, object) { int require = encoding_buffer_size (coding, len); int from_byte = -1, from = -1, to = -1; - unsigned char *temp_buf = NULL; if (BUFFERP (object)) { @@ -5090,8 +5089,6 @@ send_process (proc, buf, len, object) len, SBYTES (object)); len = coding->produced; buf = SDATA (object); - if (temp_buf) - xfree (temp_buf); } #ifdef VMS -- 2.39.2