MCPcopy Index your code
hub / github.com/assaultcube/AC / clearstack

Function clearstack

source/src/command.cpp:39–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37});
38
39void clearstack(identstack *&stack)
40{
41 while(stack)
42 {
43 delete[] stack->action;
44 identstack *tmp = stack;
45 stack = stack->next;
46 delete tmp;
47 }
48}
49
50void pushident(ident &id, char *val, int context = execcontext)
51{

Callers 1

delaliasFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected