512203605401f8d57810622b605e49810abf226a
In some startup flows, the entire loading process happens inside StartupFSM::start(). In others, that call gets things moving but we return from it and loading is not complete until later. Deleting the StartupFSM while still inside the ::start() call led to a use-after-free error. This new code will leak the StartupFSM in some startup flows.
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%