mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
Networking code should use kfree, not lib_free
This commit is contained in:
@@ -204,7 +204,7 @@ int uip_backlogdestroy(FAR struct uip_conn *conn)
|
||||
|
||||
/* Then free the entire backlog structure */
|
||||
|
||||
lib_free(blg);
|
||||
kfree(blg);
|
||||
}
|
||||
|
||||
return OK;
|
||||
|
||||
Reference in New Issue
Block a user