mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
xtensa/esp32: Make asprintf and lib_free corresponding
This commit is contained in:
committed by
Petro Karashchenko
parent
00c3463426
commit
a51e102a41
@@ -725,7 +725,7 @@ static int telnet_close(FAR struct file *filep)
|
||||
}
|
||||
}
|
||||
|
||||
kmm_free(devpath);
|
||||
lib_free(devpath);
|
||||
}
|
||||
|
||||
for (i = 0; i < CONFIG_TELNET_MAXLCLIENTS; i++)
|
||||
|
||||
Reference in New Issue
Block a user