ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4140] emem patches

Date: Tue, 27 Oct 2009 14:29:53 -0700 (PDT)
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.