You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call clap_plugin.destroy() one of these example plugins, I get a crash saying double free or corruption (out).
I've made sure that I'm only calling clap_plugin->destroy() once. I've tried some other clap plugins and they don't crash, so maybe it's something wrong with these plugins?
The text was updated successfully, but these errors were encountered:
When I call
clap_plugin.destroy()
one of these example plugins, I get a crash sayingdouble free or corruption (out)
.I've made sure that I'm only calling
clap_plugin->destroy()
once. I've tried some other clap plugins and they don't crash, so maybe it's something wrong with these plugins?The text was updated successfully, but these errors were encountered: