MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vhost_user_socket_mem_free

Function vhost_user_socket_mem_free

dpdk/lib/vhost/socket.c:887–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885}
886
887static void
888vhost_user_socket_mem_free(struct vhost_user_socket *vsocket)
889{
890 if (vsocket == NULL)
891 return;
892
893 free(vsocket->path);
894 free(vsocket);
895}
896
897/*
898 * Register a new vhost-user socket; here we could act as server

Callers 2

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected