free-audio / clap-plugins

MIT License
61 stars 9 forks source link

segfault when calling clap_plugin::get_extension() #3

Closed BillyDM closed 2 years ago

BillyDM commented 2 years ago

These plugins are causing a segfault when I call clap_plugin::get_extension() in my host that I'm developing.

I've tried other clap plugins and they don't segfault.

BillyDM commented 2 years ago

Nevermind, I just forgot to call clap_plugin::init()