xtensa/esp32: Make asprintf and lib_free corresponding

This commit is contained in:
Dong Heng
2023-03-23 14:20:22 +08:00
committed by Petro Karashchenko
parent 00c3463426
commit a51e102a41
8 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -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++)