MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / Term

Method Term

NetStream/source/tw_utils.cpp:240–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void twutils::Term()
241{
242 if (s_histLog)
243 {
244 delete s_histLog;
245 s_histLog = NULL;
246 }
247 if (s_favLog)
248 {
249 delete s_favLog;
250 s_favLog = NULL;
251 }
252
253 ltkTerm();
254}
255
256twutils::HistLog *twutils::GetHistLog()
257{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected