abique / vst-bridge

VST bridge for Windows vst on Linux
MIT License
272 stars 19 forks source link

Fix minor memory issues #10

Closed falkTX closed 9 years ago

falkTX commented 9 years ago

The first line fixes a crash on start in Carla (but there's still another crash later on). The other two lines properly frees memory created using "new".

abique commented 9 years ago

Thanks!