mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-08 15:52:53 +02:00
With recent changes to the Nyquist code for freeing blocks, the pointer 'next' could be uninitialised when 'list' points to the zero chain. So Audacity would follow a rogue pointer. We'd get away with it if the uninitialised value happened to be zero.