https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7318
--- Comment #11 from Evan Huus <eapache@xxxxxxxxx> 2012-06-03 17:59:10 PDT ---
The problem is definitely that capture_input_closed() is not being called, but
I find it odd that you're not seeing it. Nowhere in my test path do we yield
back to the main loop, so I don't know how it's getting called when you run the
same case?
I've played around adding calls to capture_input_closed() in some potential few
places, but I haven't found anything that doesn't break some other code path.
It may be best to simply set a flag, yield back to the main loop, and let
sync_pipe_input_cb() actually exit?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.