mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-20 06:58:22 -04:00
It's not a good idea to allocate the buffer for VST chunk data on the
stack as chunks might become quite big (several megabytes) and thus
could cause a stack overflow. Fix this by using new/delete.
(cherry picked from commit 5f241e6374)