Skip to content

Commit a1faad6

Browse files
committed
Clean/Reset the timestamp too
Completion to 6aab0da
1 parent 6aab0da commit a1faad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.c

+1
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,7 @@ void release_dummy_sip_msg( struct sip_msg* req)
12681268
req->add_to_branch_len = 0;
12691269
req->flags = 0;
12701270
req->msg_flags = 0;
1271+
memset( &req->time, 0, sizeof(struct timeval));
12711272
dummy_static_in_used = 0;
12721273
} else {
12731274
LM_DBG("freeing allocated sip msg %p\n",req);

0 commit comments

Comments
 (0)