[IRDA]: Fix memory leak in irttp_init()
authorAlexey Dobriyan <adobriyan@gmail.com>
Sat, 24 Sep 2005 23:54:50 +0000 (16:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 24 Sep 2005 23:54:50 +0000 (16:54 -0700)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/irda/irttp.c

index 6602d90..1df6487 100644 (file)
@@ -100,6 +100,7 @@ int __init irttp_init(void)
        if (!irttp->tsaps) {
                IRDA_ERROR("%s: can't allocate IrTTP hashbin!\n",
                           __FUNCTION__);
+               kfree(irttp);
                return -ENOMEM;
        }