diff --git a/Documentation/NuttXBinfmt.html b/Documentation/NuttXBinfmt.html index c87e6cd890f..cb6be7e6f78 100644 --- a/Documentation/NuttXBinfmt.html +++ b/Documentation/NuttXBinfmt.html @@ -410,7 +410,7 @@ FAR char *exepath_next(EXEPATH_HANDLE handle, FAR const char *relpath);

NOTE: The string pointer return in the success case points to allocated memory. - This memory must be freed by the called by calling kfree(). + This memory must be freed by the called by calling kmm_free().

NULLrelpath from any absolute path in the PATH variable.