diff src/event-unixoid.c @ 267:966663fcf606 r20-5b32

Import from CVS: tag r20-5b32
author cvs
date Mon, 13 Aug 2007 10:26:29 +0200
parents 727739f917cb
children c5d627a313b1
line wrap: on
line diff
--- a/src/event-unixoid.c	Mon Aug 13 10:25:39 2007 +0200
+++ b/src/event-unixoid.c	Mon Aug 13 10:26:29 2007 +0200
@@ -325,11 +325,6 @@
   if (out != in && out >= 0)
     close (out);
 
-  if (!NILP (instream))
-    Lstream_close (XLSTREAM (instream));
-  if (!NILP (outstream))
-    Lstream_close (XLSTREAM (outstream));
-
   return FD_TO_USID (in);
 }