--- rxvt-unicode/src/iom.C 2006/01/19 09:47:15 1.33 +++ rxvt-unicode/src/iom.C 2006/01/21 14:25:05 1.35 @@ -1,6 +1,6 @@ /* iom.C -- generic I/O multiplexer - Copyright (C) 2003, 2004 Marc Lehmann + Copyright (C) 2003-2006 Marc Lehmann This file is part of GVPE. @@ -118,7 +118,7 @@ pw.erase_unordered (i); else if (w->pid == pid) { - w->stop (); + io_manager::unreg (*w); w->call (*w, status); } }