X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=inline;f=cinelerra-5.1%2Fcinelerra%2Fpluginlv2config.C;h=32721c523dc7a638103ec49d7c598135ff5b488d;hb=09415d6aba2e181c49863393a047d0947c969d21;hp=f104be00a1312abd29ec5a60c9e567363fc2edba;hpb=32b57dd9cdbb2fc0000a9f72ff766e4030c50b24;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/pluginlv2config.C b/cinelerra-5.1/cinelerra/pluginlv2config.C index f104be00..32721c52 100644 --- a/cinelerra-5.1/cinelerra/pluginlv2config.C +++ b/cinelerra-5.1/cinelerra/pluginlv2config.C @@ -145,6 +145,7 @@ void PluginLV2ClientConfig::reset() delete [] syms[i]; } delete [] names; names = 0; + delete [] syms; syms = 0; delete [] mins; mins = 0; delete [] maxs; maxs = 0; delete [] ctls; ctls = 0;