Roland Dreier wrote: > Good catch. Seems like the below patch is the right fix: > we start out with Fix looks right to me. > packet->length = length; I don't think that this assignment is needed. Once the packet is sent, it is simply freed. - Sean