Comment # 4
on bug 12080
from Michal Labedzki
Roland, I check it and it seems to the real problem is in
"g_source_remove(interface_opts.extcap_child_watch);" in extcap.c. This line
prevents extcap_child_watch_cb() to be called, so it is "never" happen. When I
remove this line I can see that child processes are correctly closed and
resources freed (no zombies). Maybe g_source_remove() should be moved to
extcap_child_watch_cb()?
You are receiving this mail because:
- You are watching all bug changes.