Problem
ESP32 model loading code may not properly free allocated memory on error conditions.
Impact
- ESP32 could run out of memory over time
- System becomes unstable
- Potential crashes during operation
Code Location
edge-ai/esp32-ml/src/main.cpp:217
Solution Required
Add proper memory cleanup in all error paths.
Files Affected
- edge-ai/esp32-ml/src/main.cpp