Skip to content
Snippets Groups Projects
Commit 71fb1cfd authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Networking code should use kfree, not lib_free

parent c2b6828d
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment