| 3171 | static std::vector<dpf_component**> gComponentGarbage; |
| 3172 | |
| 3173 | static 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 | // -------------------------------------------------------------------------------------------------------------------- |