MCPcopy Create free account
hub / github.com/diasurgical/devilution / tmsg_cleanup

Function tmsg_cleanup

Source/tmsg.cpp:46–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void *tmsg_cleanup()
47{
48 TMsg *next;
49
50 while (sgpTimedMsgHead) {
51 next = sgpTimedMsgHead->hdr.pNext;
52 MemFreeDbg(sgpTimedMsgHead);
53 sgpTimedMsgHead = next;
54 }
55 return sgpTimedMsgHead;
56}
57
58DEVILUTION_END_NAMESPACE

Callers 1

NetCloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected