From e25320e4488c623ba2aa51b9c74e77555a86932d Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 28 Apr 2008 02:14:41 -0700 Subject: [PATCH] --- yaml --- r: 94127 b: refs/heads/master c: c24e9b3fa3fdfca3834eba0bb217c8c197a43b7e h: refs/heads/master i: 94125: caf6c51816b481ed41b96e84b8e5cb5642abf91b 94123: bb043ca81a43b9c48bf1fefbdc634426e37630ea 94119: 6702577c9f499640c17082022d39e50b0b3c14ba 94111: bac4e81e00507eac85c79b44e008a80cf7c97be3 v: v3 --- [refs] | 2 +- trunk/drivers/isdn/capi/capifs.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6b4074f5b56c..c675c0d7114b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 30d55e71a81b1f5a8136f191dc9f4c21f18e77e6 +refs/heads/master: c24e9b3fa3fdfca3834eba0bb217c8c197a43b7e diff --git a/trunk/drivers/isdn/capi/capifs.c b/trunk/drivers/isdn/capi/capifs.c index eafe0e9daa7c..550e80f390a6 100644 --- a/trunk/drivers/isdn/capi/capifs.c +++ b/trunk/drivers/isdn/capi/capifs.c @@ -69,6 +69,7 @@ static int capifs_remount(struct super_block *s, int *flags, char *data) } else if (sscanf(this_char, "mode=%o%c", &n, &dummy) == 1) mode = n & ~S_IFMT; else { + kfree(new_opt); printk("capifs: called with bogus options\n"); return -EINVAL; }