incubator-nuttx/sched/environ
Petro Karashchenko 1b0baa8337 nuttx: use lib_free for memory de-allocation after strdup or asprintf
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>
2023-08-08 11:58:29 -03:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Make.defs
env_clearenv.c
env_dup.c
env_findvar.c
env_foreach.c
env_getenv.c
env_getenvironptr.c
env_putenv.c nuttx: use lib_free for memory de-allocation after strdup or asprintf 2023-08-08 11:58:29 -03:00
env_release.c
env_removevar.c
env_setenv.c Replace all sprintf with snprintf 2023-05-08 09:57:01 +02:00
env_unsetenv.c
environ.h