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

Method Term

NetStream/source/yt_utils.cpp:433–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void ytutils::Term()
434{
435 curl_share_cleanup(s_share);
436
437 delete s_downloader;
438
439 if (s_histLog)
440 {
441 delete s_histLog;
442 s_histLog = NULL;
443 }
444 if (s_favLog)
445 {
446 delete s_favLog;
447 s_favLog = NULL;
448 }
449
450 ftTerm();
451}
452
453ytutils::HistLog *ytutils::GetHistLog()
454{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected