Skip to content
Unverified Commit 2f04d6a8 authored by reuk's avatar reuk
Browse files

VST3 Client: Fix leak caused by unnecessary manual refcounting

In older versions of the VST3SDK, hostContext is a raw pointer,
in newer versions it's a smart pointer. If we do manual
refcounting with the smart pointer, we may cause leaks.
parent 706d8021
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment