raspi-pico-aprs-tnc
raspi-pico-aprs-tnc copied to clipboard
Dangling reference in aprs_pico_init()
trafficstars
A dangling reference is retained to the configuration structs here. This is related to #1, and causes an assertion if the memory is reused. Moving the variables out of the stack fixes this issue. pico_audio stores these configuration structs by reference and not by value.
Hi Arkin, oh yes, that's definitively an issue, it needs to be fixed. Thanks for reporting !
Fixed by commit 097b411ae96362072d6ca8354de15d1606d3728e