Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
void *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
58
DEVILUTION_END_NAMESPACE
Callers
1
NetClose
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected