diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-17 13:20:30 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-17 13:20:30 +0000 |
commit | 7acb77a6e7bddd4c4c5aa975bbf976927c013798 (patch) | |
tree | 4139829ec6edb85f73774bb95cdec376758bfc73 /net/netrom/af_netrom.c | |
parent | 64d58d4c8cd6a89ee218301ec0dc0ebfec91a4db (diff) |
Merge with 2.1.43.
Diffstat (limited to 'net/netrom/af_netrom.c')
-rw-r--r-- | net/netrom/af_netrom.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/netrom/af_netrom.c b/net/netrom/af_netrom.c index a6af49f15..22e1afbee 100644 --- a/net/netrom/af_netrom.c +++ b/net/netrom/af_netrom.c @@ -86,8 +86,6 @@ static struct proto_ops nr_proto_ops; static void nr_free_sock(struct sock *sk) { - kfree(sk->protinfo.nr); - sk_free(sk); MOD_DEC_USE_COUNT; |