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
..
2023-07-15 23:32:36 +08:00
2022-07-08 02:15:54 +08:00
2022-07-08 02:15:54 +08:00
2023-08-07 01:09:52 -07:00
2023-08-05 06:32:50 -07:00
2023-06-10 02:19:58 +08:00
2023-08-05 06:32:50 -07:00
2023-08-05 06:32:50 -07:00