Clear the process handle table before releasing it to avoid potential
commit36b85d02f61171076e32eb670ecb9bd76ca7f70f
authorAlexandre Julliard <julliard@winehq.org>
Wed, 29 Jun 2005 19:29:15 +0000 (29 19:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 29 Jun 2005 19:29:15 +0000 (29 19:29 +0000)
tree702b57c29aecf350bd593f90549948c21bcf68b3
parent8ba32b3f9b40a9d2d813f09567b8d02f798a4a4f
Clear the process handle table before releasing it to avoid potential
problems with destructors trying to access handles.
server/process.c