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 6794] slow voip/sip call flow for large captures

Date: Mon, 6 Feb 2012 06:39:39 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6794

--- Comment #8 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-02-06 06:39:38 PST ---
Looks nice!
Shouldn't  callsinfo be freed?
       
tapinfo->callsinfo_hashtable[SIP_HASH]=g_hash_table_new_full(g_str_hash,
                                                            g_str_equal,
                                                            NULL, /*
key_destroy_func */
                                                             g_free);/*
value_destroy_func */

Regards
Anders

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.