MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / ~ProcessingStep

Method ~ProcessingStep

src_cpp/yaafe-core/Engine.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 Engine::ProcessingStep::~ProcessingStep() {
48 if (m_pool)
49 m_pool->release(m_component);
50 for (int i=0;i<m_output.size();++i)
51 delete m_output[i].data;
52 for (int i=0;i<m_input.size();++i)
53 delete m_input[i].data;
54 }
55
56 inline bool Engine::ProcessingStep::hasInputAvailable() const
57 {

Callers

nothing calls this directly

Calls 2

releaseMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected