Loading net/core/sock.c +2 −1 Original line number Diff line number Diff line Loading @@ -2288,6 +2288,7 @@ int proto_register(struct proto *prot, int alloc_slab) prot->rsk_prot->slab = NULL; } out_free_request_sock_slab_name: if (prot->rsk_prot) kfree(prot->rsk_prot->slab_name); out_free_sock_slab: kmem_cache_destroy(prot->slab); Loading Loading
net/core/sock.c +2 −1 Original line number Diff line number Diff line Loading @@ -2288,6 +2288,7 @@ int proto_register(struct proto *prot, int alloc_slab) prot->rsk_prot->slab = NULL; } out_free_request_sock_slab_name: if (prot->rsk_prot) kfree(prot->rsk_prot->slab_name); out_free_sock_slab: kmem_cache_destroy(prot->slab); Loading