Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8326] A dissector for Sippy RTPproxy controlling protocol

Date: Mon, 18 Feb 2013 13:46:48 +0000

Comment # 7 on bug 8326 from
Created attachment 10039 [details]
Use tvb_get_ephemeral_string() instead of tvb_get_string()

> 3. Use tvb_get_ephemeral_string() instead of tvb_get_string() to save you the hassle of freeing the string memory. Also protects against exceptions being thrown midway through a packet's dissection (which will leak memory in your current case)

Done!


You are receiving this mail because:
  • You are watching all bug changes.