Mercurial > hg > xemacs-beta
diff src/process-nt.c @ 5140:e5380fdaf8f1
merge
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Sat, 13 Mar 2010 05:38:34 -0600 |
| parents | b5df3737028a |
| children | 308d34e9f07d |
line wrap: on
line diff
--- a/src/process-nt.c Fri Mar 12 20:23:50 2010 -0600 +++ b/src/process-nt.c Sat Mar 13 05:38:34 2010 -0600 @@ -656,9 +656,8 @@ } static void -nt_finalize_process_data (Lisp_Process *p, int for_disksave) +nt_finalize_process_data (Lisp_Process *p) { - assert (!for_disksave); /* If it's still in the list of processes we are waiting on delete it. This can happen if we forcibly delete a process and are unable to kill it. */ @@ -1159,7 +1158,7 @@ of handles when lots of processes are run. (The handle gets closed anyway upon GC, but that might be a ways away, esp. if deleted-exited-processes is set to nil.) */ - nt_finalize_process_data (p, 0); + nt_finalize_process_data (p); } /*
