MCPcopy Create free account
hub / github.com/apache/nuttx / envpath_release

Function envpath_release

libs/libc/misc/lib_envpath.c:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 ****************************************************************************/
261
262void envpath_release(ENVPATH_HANDLE handle)
263{
264 lib_free(handle);
265}
266
267#endif /* CONFIG_LIBC_ENVPATH */

Callers 2

dlopenFunction · 0.85
load_moduleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected