https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3330
Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3844| |review_for_checkin?
Flag| |
--- Comment #5 from Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> 2009-10-25 10:55:10 PDT ---
Created an attachment (id=3844)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3844)
Fix memleaks while creating kademlia hash
g_strconcat() returns new pointer, which should be freed.
I rewrote code to not use g_strconcat()
Don't know if kademlia_hash() is good name...
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.