Skip to content

Commit

Permalink
[siptrace][bugfix] avoid double free on cancelled transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutrazvanionita committed Apr 26, 2016
1 parent f756878 commit 3c6b693
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/siptrace/siptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,6 @@ static void siptrace_dlg_cancel(struct cell* t, int type, struct tmcb_params *pa

/* trace current request */
sip_trace(req, (trace_info_p)(*param->param));
shm_free((trace_info_p)(*param->param));
}


Expand Down

0 comments on commit 3c6b693

Please sign in to comment.