mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-12 17:00:24 -04:00
Fix the uninitialized variable pCurPreset by setting it to nullptr. Please note that it looks as if the nullptr is now being passed to the function fluid_sfont_iteration_next_wrapper. However, the function does not use the parameter anyway and then the variable is set to the result of that function.