| 682 | } |
| 683 | |
| 684 | void FCPluginDynamic::destroy() noexcept |
| 685 | { |
| 686 | gLogVerbose << "FCPluginDynamic destroy\n"; |
| 687 | // This gets called when the network containing plugin is destroyed |
| 688 | mLtContext.destroy(); |
| 689 | mWdev.reset(nullptr); |
| 690 | delete this; |
| 691 | } |
| 692 | |
| 693 | void FCPluginDynamic::setPluginNamespace(char const* libNamespace) noexcept |
| 694 | { |
no test coverage detected