@miconda commented on this pull request.
}
sip_trace_store(&sto, info->uriState == STRACE_PARSED_URI ? &info->u.dest_info : NULL, NULL); + +end: + if (faked && parsed_f) + free_from(msg->from->parsed);
At least for safety, probably `msg->from->parsed` should be set back to NULL, not to be freed again in other places.