Module: sip-router Branch: master Commit: 4b99ad9e3bc364745d21eef11a392168eeb17077 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b99ad9e3bc364745d21eef11a392168eeb17077
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: Thu Sep 19 15:49:17 2013 +0200 tm: reset local data structure for faked request after failure handlers --- modules/tm/t_reply.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/modules/tm/t_reply.c b/modules/tm/t_reply.c index e3aa49e..1a9f33f 100644 --- a/modules/tm/t_reply.c +++ b/modules/tm/t_reply.c @@ -997,6 +997,7 @@ void free_faked_req(struct sip_msg *faked_req, struct cell *t) reset_instance(faked_req); reset_ruid(faked_req); reset_ua(faked_req); + msg_ldata_reset(faked_req); } _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
