Skip to content

Commit c210a40

Browse files
committed
Merge branch 'master' of github.com:fastos/fastsocket
2 parents 5f5c942 + d12a9b7 commit c210a40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/net/fastsocket/fastsocket_core.c

+1
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ static struct socket *fsocket_alloc_socket(void)
562562
return sock;
563563

564564
err2:
565+
module_put(THIS_MODULE);
565566
fsocket_free_socket_mem((struct socket_alloc*)sock);
566567
err1:
567568
return NULL;

0 commit comments

Comments
 (0)