| 90 | } |
| 91 | |
| 92 | ConvolverNode::ReverbKernel::~ReverbKernel() |
| 93 | { |
| 94 | if (ft) |
| 95 | lab::sp_ftbl_destroy(&ft); |
| 96 | |
| 97 | if (conv) |
| 98 | lab::sp_conv_destroy(&conv); |
| 99 | } |
| 100 | |
| 101 | //------------------------------------------------------------------------------ |
| 102 |
nothing calls this directly
no test coverage detected