https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4140
--- Comment #13 from Guy Harris <guy@xxxxxxxxxxxx> 2009-10-27 14:29:51 PDT ---
So why do all that work at exit? Resources private to the application (file
descriptors, memory on the heap) don't need to be released by the application
when it exits - all the OSes on which we currently run (various flavors of
UN*X, Windows) will release them for you. The less work done on exit, the
better (to minimize the delay between "quit the application" and its
disappearance).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.