Changeset 125fd21
- Timestamp:
- Mar 29, 2010, 8:36:18 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- db4b293
- Parents:
- f25812b
- git-author:
- Nelson Elhage <nelhage@mit.edu> (03/22/10 22:03:53)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (03/29/10 20:36:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
popexec.c
r4cca591 r125fd21 96 96 if (!pe->pid && !pe->winactive) { 97 97 owl_select_remove_io_dispatch(d); 98 pe->dispatch = NULL; 98 99 return; 99 100 } … … 114 115 } 115 116 owl_select_remove_io_dispatch(d); 117 pe->dispatch = NULL; 116 118 return; 117 119 } … … 157 159 158 160 pe->winactive = 0; 159 if (pe->dispatch ->fd > 0) {161 if (pe->dispatch) { 160 162 owl_select_remove_io_dispatch(pe->dispatch); 163 pe->dispatch = NULL; 161 164 } 162 165 if (pe->pid) {
Note: See TracChangeset
for help on using the changeset viewer.