From 210c04eb17f8873c7df07d012d1f08e4920b0a71 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Sat, 24 Sep 2005 16:54:50 -0700 Subject: [PATCH] --- yaml --- r: 9296 b: refs/heads/master c: 15166fadb0308496bbff50c08ed5fe6a18d5cc4f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/irda/irttp.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e0126680fb62..6834321e5ae0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 45fc3b11f1d419ed6c636e5ca84472d9805f520e +refs/heads/master: 15166fadb0308496bbff50c08ed5fe6a18d5cc4f diff --git a/trunk/net/irda/irttp.c b/trunk/net/irda/irttp.c index 6602d901f8b1..1df6487609e1 100644 --- a/trunk/net/irda/irttp.c +++ b/trunk/net/irda/irttp.c @@ -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; }