laforge submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
sccp_scoc_fsm: Fix double free of xua msg
The xua msg is already freed 3 lines above.
Fixes: 82c7a3c36c7a3ed282b6684ad71d76ee8e0125dd
Change-Id: If51982fc967f5df89cece532e3b0b64a6bc1987c
---
M src/sccp_scoc_fsm.c
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/sccp_scoc_fsm.c b/src/sccp_scoc_fsm.c
index ce186a8..fa3019e 100644
--- a/src/sccp_scoc_fsm.c
+++ b/src/sccp_scoc_fsm.c
@@ -460,7 +460,6 @@
talloc_free(xua);
/* Send RLSD to SCRC */
sccp_conn_xua_gen_relre_and_send(conn, SCCP_RELEASE_CAUSE_INCONSISTENT_CONN_DATA, NULL);
- talloc_free(xua);
/* Start release timer */
sccp_conn_start_rel_timer(conn);
osmo_fsm_inst_state_chg(fi, S_DISCONN_PEND, 0, 0);
To view, visit change 40613. To unsubscribe, or for help writing mail filters, visit settings.