Networking code should use kfree, not lib_free
This commit is contained in:
parent
c2b6828dd5
commit
71fb1cfdb1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue