Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <3f99554abb7c05cc@obrien> |
CVSROOT: /cvs Module name: cvsnt Changes by: [email protected] Thu May 7 01:11:51 2015 On host: mail.march-hare.com Directory: cvsnt/windows-NT M win32.cpp CVSNT_BRANCH_2_8_01_3761 1.72.2.150.6.44.2.38 -> 1.72.2.150.6.44.2.39 Bug Id: 6855 Log message: Bug6855: There is some suggestion in the documentation that the token is actually allocated in kernel memory. In this case I suppose it's possible that if the process exits without releasing the token that it may not be free'd. I'd consider that a bug in windows process cleanup code - but just in case, this patch ensures that duplicated tokens are correctly free'd after the importsonation code has finished...