@miconda commented on this pull request.


In src/modules/siptrace/siptrace.c:

>  	}
 
 	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, view it on GitHub, or unsubscribe.