mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 12:49:00 +00:00
The memory allocated with strdup and asprintf is done via lib_malloc so we need to use lib_free to deallocate memory otherwise the assertion "Free memory from the wrong heap" is hit with flat mode and user separated heap enabled mode. Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| efuse.c | ||
| Kconfig | ||
| Make.defs | ||