Continue to fix alpine stack overflow (#1911)

This commit is contained in:
Sukchan Lee 2022-11-27 00:11:34 +09:00
parent d82f338246
commit f85ff227c8
3 changed files with 0 additions and 3 deletions

View File

@ -86,7 +86,6 @@ void sgwu_state_operational(ogs_fsm_t *s, sgwu_event_t *e)
ogs_fsm_dispatch(&node->sm, e);
if (OGS_FSM_CHECK(&node->sm, sgwu_pfcp_state_exception)) {
ogs_error("PFCP state machine exception");
break;
}
ogs_pkbuf_free(recvbuf);

View File

@ -416,7 +416,6 @@ void smf_state_operational(ogs_fsm_t *s, smf_event_t *e)
ogs_fsm_dispatch(&pfcp_node->sm, e);
if (OGS_FSM_CHECK(&pfcp_node->sm, smf_pfcp_state_exception)) {
ogs_error("PFCP state machine exception");
break;
}
ogs_pkbuf_free(recvbuf);

View File

@ -91,7 +91,6 @@ void upf_state_operational(ogs_fsm_t *s, upf_event_t *e)
ogs_fsm_dispatch(&node->sm, e);
if (OGS_FSM_CHECK(&node->sm, upf_pfcp_state_exception)) {
ogs_error("PFCP state machine exception");
break;
}
ogs_pkbuf_free(recvbuf);