[Csnd] plugin_deinit in CS7 CPOF plugin API

Hi,
I'm looking at porting some plugins I've developed to Csound 7. In a few of these I use csound->plugin_deinit(this) which causes the struct's deinit() method to be called on deinitialisation.
However this isn't in the current plugin.h. Does anyone know if deinit() would be called automatically now if it exists - or if this has to be handled some other way?

Thanks!

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        GitHub · Where software is built
Discussions of bugs and features can be posted here

Hi,
Great, thank you - I suspected that may be the case.
all the best
RK