Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349295
b: refs/heads/master
c: 5f19d12
h: refs/heads/master
i:
  349293: da36fe5
  349291: 50dad57
  349287: 4493979
  349279: c03da0c
v: v3
  • Loading branch information
Vlad Yasevich authored and David S. Miller committed Jan 28, 2013
1 parent 2e12e13 commit 3d0ba0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 014f2ffdf6e22581f172ba443be0ad924a913f46
refs/heads/master: 5f19d1219a5b96c7b00ad5c3f889030093a8d1a3
4 changes: 4 additions & 0 deletions trunk/net/sctp/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,11 @@ int sctp_sysctl_net_register(struct net *net)

void sctp_sysctl_net_unregister(struct net *net)
{
struct ctl_table *table;

table = net->sctp.sysctl_header->ctl_table_arg;
unregister_net_sysctl_table(net->sctp.sysctl_header);
kfree(table);
}

static struct ctl_table_header * sctp_sysctl_header;
Expand Down

0 comments on commit 3d0ba0a

Please sign in to comment.