obsproject / obs-vst

Use VST plugins in OBS
GNU General Public License v2.0
181 stars 56 forks source link

obs-vst: Modify incorrect code about mallocing memory #88

Closed walker-WSH closed 2 years ago

walker-WSH commented 2 years ago

Description

Pass incorrect param to sizeof()

Motivation and Context

How Has This Been Tested?

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist:

jp9000 commented 2 years ago

Good catch. malloc is really something we should not be using in C++.