MCPcopy Create free account
hub / github.com/SIPp/sipp / freeStringTable

Function freeStringTable

src/scenario.cpp:1938–1944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1936}
1937
1938void freeStringTable(char ** stringList, int sizeOfList)
1939{
1940 for (int i = 0; i < sizeOfList; i++) {
1941 free(stringList[i]);
1942 }
1943 free(stringList);
1944}
1945
1946/* These are the names of the scenarios, they must match the default_scenario table. */
1947const char *scenario_table[] = {

Callers 2

scenarioMethod · 0.85
parseActionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected