MCPcopy Create free account
hub / github.com/DISTRHO/DPF / handleUncleanComponent

Function handleUncleanComponent

distrho/src/DistrhoPluginVST3.cpp:3173–3177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3171static std::vector<dpf_component**> gComponentGarbage;
3172
3173static uint32_t handleUncleanComponent(dpf_component** const componentptr)
3174{
3175 gComponentGarbage.push_back(componentptr);
3176 return 0;
3177}
3178
3179#if DPF_VST3_USES_SEPARATE_CONTROLLER
3180// --------------------------------------------------------------------------------------------------------------------

Callers 1

unref_componentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected