aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorRadek Doulik <rodo@src.gnome.org>2004-03-11 03:20:33 +0800
committerRadek Doulik <rodo@src.gnome.org>2004-03-11 03:20:33 +0800
commit1ba20a4418ce766403db11f000dfff1df564c034 (patch)
tree0c1086f8884526bfdd39d4718bca96514fd0ca6b /mail
parent2d6be28097648556a89647e063145d8b5a579d5b (diff)
downloadgsoc2013-evolution-1ba20a4418ce766403db11f000dfff1df564c034.tar
gsoc2013-evolution-1ba20a4418ce766403db11f000dfff1df564c034.tar.gz
gsoc2013-evolution-1ba20a4418ce766403db11f000dfff1df564c034.tar.bz2
gsoc2013-evolution-1ba20a4418ce766403db11f000dfff1df564c034.tar.lz
gsoc2013-evolution-1ba20a4418ce766403db11f000dfff1df564c034.tar.xz
gsoc2013-evolution-1ba20a4418ce766403db11f000dfff1df564c034.tar.zst
gsoc2013-evolution-1ba20a4418ce766403db11f000dfff1df564c034.zip
ops, put close to the other if branch
svn path=/trunk/; revision=25011
Diffstat (limited to 'mail')
-rw-r--r--mail/em-junk-filter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-junk-filter.c b/mail/em-junk-filter.c
index 6123e7e3e2..f4dd5ea719 100644
--- a/mail/em-junk-filter.c
+++ b/mail/em-junk-filter.c
@@ -172,6 +172,7 @@ pipe_to_sa_with_error (CamelMimeMessage *msg, const char *in, char **argv, int r
camel_object_unref (stream);
} else if (in) {
camel_write (fds[1], in, strlen (in));
+ close (fds[1]);
}
result = waitpid (pid, &status, 0);