incubator-nuttx/fs/rpmsgfs
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 cmake/build: fix build break on cmake 2023-07-25 15:00:10 +02:00
Kconfig fs/rpmsg: Move the server initialization to fs_initialize 2022-08-11 02:08:42 +03:00
Make.defs rpmsgfs/Make.defs: rpmsgfs_server.c given more than once 2022-09-01 11:41:23 +08:00
rpmsgfs.c nuttx: use lib_free for memory de-allocation after strdup or asprintf 2023-08-08 11:58:29 -03:00
rpmsgfs.h nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
rpmsgfs_client.c rpmsg: support the fdsan feature for rpmsg dev/mtd/blk 2023-06-17 19:34:39 +08:00
rpmsgfs_server.c fs/rpmsgfs: Zero dirs after realloc to avoid stale data 2023-06-28 10:29:21 -03:00