| 752 | } |
| 753 | |
| 754 | void fini() override |
| 755 | { |
| 756 | if (output->is_plugin_active(grab_interface.name)) |
| 757 | { |
| 758 | deactivate(); |
| 759 | } |
| 760 | |
| 761 | wf::gles::run_in_context_if_gles([&] |
| 762 | { |
| 763 | program.free_resources(); |
| 764 | }); |
| 765 | } |
| 766 | }; |
| 767 | |
| 768 |
nothing calls this directly
no test coverage detected