Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 11702] Start, wait and crash

Date: Mon, 16 Nov 2015 20:38:12 +0000

Comment # 11 on bug 11702 from
(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.