TSG-14945: 输出Application and Protocol Metrics

This commit is contained in:
刘学利
2023-06-02 08:19:50 +00:00
parent 2adf35914f
commit 380733e78b
15 changed files with 751 additions and 244 deletions

View File

@@ -135,6 +135,11 @@ void session_runtime_action_context_free(const struct streaminfo *a_stream, int
}
}
if (srt_action_context->l4_protocol != NULL)
{
dictator_free(a_stream->threadnum, srt_action_context->l4_protocol);
}
dictator_free(a_stream->threadnum, data);
data=NULL;
}