| 3185 | static std::vector<dpf_edit_controller**> gControllerGarbage; |
| 3186 | |
| 3187 | static uint32_t handleUncleanController(dpf_edit_controller** const controllerptr) |
| 3188 | { |
| 3189 | gControllerGarbage.push_back(controllerptr); |
| 3190 | return 0; |
| 3191 | } |
| 3192 | |
| 3193 | // -------------------------------------------------------------------------------------------------------------------- |
| 3194 | // dpf_comp2ctrl_connection_point |
no outgoing calls
no test coverage detected