amy icon indicating copy to clipboard operation
amy copied to clipboard

Fix error when echo delay lines array is empty or partially initialized

Open TuriSc opened this issue 1 month ago • 1 comments

The config_echo function is checking only echo_delay_lines[0] to determine if initialization is needed, but then unconditionally dereferences all channels in the array when setting fixed_delay. This causes en error when the array is partially initialized or contains NULL entries for some channels.

TuriSc avatar Dec 13 '25 16:12 TuriSc