http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1001
------- Comment #3 from jmayer@xxxxxxxxx 2006-07-26 22:32 GMT -------
didier gautheron:
--------------
It looks like free(0) isn't valid with their setup.
>From the code it doesn't seems to be a faulty call to free.
void except_free(void *ptr)
{
if (ptr)
get_dealloc()(ptr);
}
in epan/except.c
should fixed it.
-------------------
Can you please test this?
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.