netfilter: nfnetlink_log: fix silly refcount leak
[safe/jmp/linux-2.6] / net / netfilter / nfnetlink_log.c
index 285e902..d9b8fb8 100644 (file)
@@ -768,7 +768,7 @@ nfulnl_recv_config(struct sock *ctnl, struct sk_buff *skb,
                        }
 
                        instance_destroy(inst);
-                       goto out;
+                       goto out_put;
                default:
                        ret = -ENOTSUPP;
                        break;