CanOpenSTM32
CanOpenSTM32 copied to clipboard
fix a memory leak in `canopen_app_init`
storage
& storageEntrie
are created in stack and will be released after canopen_app_init
, while registered in CO_storage_init
. This is definitely a problem and wasted me 2 days.