aboutsummaryrefslogtreecommitdiffstats
path: root/version.h.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-11-16 11:47:36 -0800
committerAnders Broman <a.broman58@gmail.com>2015-11-17 08:19:44 +0000
commit527e032b800b11fe3e816659c542e3680981b34c (patch)
tree69ba9a4a90f71e388c176650e1f3e8b094f3e229 /version.h.in
parent167874a62bb8375eb07637d28e98ea45e497075f (diff)
Win32: Try to fix handle leaks in capture_sync.
If CreateProcess succeeds, close our child's primary thread handle. As the PROCESS_INFORMATION page at https://msdn.microsoft.com/en-us/library/windows/desktop/ms684873.aspx says, If the function succeeds, be sure to call the CloseHandle function to close the hProcess and hThread handles when you are finished with them. Otherwise, when the child process exits, the system cannot clean up the process structures for the child process because the parent process still has open handles to the child process. Closing the handle immediately doesn't seem to do any harm here, but add a note that we might want to store it and close it later. In sync_interface_stats_open, close our message and data descriptors after calling sync_pipe_wait_for_child. Ping-Bug: 11702 Change-Id: I56e0625fdceb66fba822c2dc83e07d40844329a7 Reviewed-on: https://code.wireshark.org/review/11882 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'version.h.in')
0 files changed, 0 insertions, 0 deletions