Mercurial > hg > xemacs-beta
comparison src/process-nt.c @ 791:7b1f30330a19
[xemacs-hg @ 2002-03-21 18:55:01 by adrian]
[PATCH] Assert around line 1600 in event-msw.c <3cz31qp4.fsf@arbortext.com>
author | adrian |
---|---|
date | Thu, 21 Mar 2002 18:55:09 +0000 |
parents | 943eaba38521 |
children | a5954632b187 |
comparison
equal
deleted
inserted
replaced
790:755d0acc05ea | 791:7b1f30330a19 |
---|---|
637 | 637 |
638 static void | 638 static void |
639 nt_finalize_process_data (Lisp_Process *p, int for_disksave) | 639 nt_finalize_process_data (Lisp_Process *p, int for_disksave) |
640 { | 640 { |
641 assert (!for_disksave); | 641 assert (!for_disksave); |
642 /* If it's still in the list of processes we are waiting on delete | |
643 it. */ | |
644 mswindows_unwait_process (p); | |
642 if (NT_DATA (p)->h_process) | 645 if (NT_DATA (p)->h_process) |
643 CloseHandle (NT_DATA (p)->h_process); | 646 CloseHandle (NT_DATA (p)->h_process); |
644 } | 647 } |
645 | 648 |
646 /* | 649 /* |