Comment # 11
on bug 11702
from Gerald Combs
(In reply to Gerrit Code Review from comment #10)
> Change 11882 had a related patch set uploaded by Gerald Combs:
> Win32: Try to fix a handle leak in capture_sync.
>
> https://code.wireshark.org/review/11882
It looks like we leak handles on Windows when:
- We don't close our file handles when calling sync_pipe_wait_for_child.
- We don't close PROCESS_INFORMATION.hThread after calling CreateProcess.
Change 11882 fixes these for sync_interface_stats_open, but we might need to
fix these elsewhere. It also doesn't fix whatever is causing
sync_interface_stats_open to fail after closing a capture file.
You are receiving this mail because:
- You are watching all bug changes.