diff options
Diffstat (limited to 'src/fe-common')
-rw-r--r-- | src/fe-common/core/fe-exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/fe-exec.c b/src/fe-common/core/fe-exec.c index 5347e8d4..9249f432 100644 --- a/src/fe-common/core/fe-exec.c +++ b/src/fe-common/core/fe-exec.c @@ -185,7 +185,7 @@ static void process_destroy(PROCESS_REC *rec, int status) exec_wi_destroy(rec->target_item); line_split_free(rec->databuf); - g_io_channel_close(rec->in); + g_io_channel_shutdown(rec->in, TRUE, NULL); g_io_channel_unref(rec->in); net_sendbuffer_destroy(rec->out, TRUE); |