MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / ~DspHost

Method ~DspHost

src/audio/base/DspHost.cpp:67–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67DspHost::~DspHost()
68{
69 setStdOutHandler(NULL, NULL);
70
71 _cache->deleteLater();
72 benchmarkThread->deleteLater();
73 benchmarkWorker->deleteLater();
74
75 _cache = nullptr;
76 benchmarkWorker = nullptr;
77 benchmarkThread = nullptr;
78}
79
80void DspHost::runBenchmarks()
81{

Callers

nothing calls this directly

Calls 1

setStdOutHandlerFunction · 0.85

Tested by

no test coverage detected