@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.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2295#pullrequestreview-397977288