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

Function releaseGlobalAllocations

src/sipp.cpp:1107–1117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105}
1106
1107static void releaseGlobalAllocations()
1108{
1109 delete main_scenario;
1110 delete ooc_scenario;
1111 delete aa_scenario;
1112 free_default_messages();
1113 freeInFiles();
1114 freeUserVarMap();
1115 delete userVariables;
1116 delete globalVariables;
1117}
1118
1119void sipp_exit(int rc, int rtp_errors, int echo_errors)
1120{

Callers 1

sipp_exitFunction · 0.85

Calls 3

free_default_messagesFunction · 0.85
freeInFilesFunction · 0.85
freeUserVarMapFunction · 0.85

Tested by

no test coverage detected