Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a976297 authored by Adrian Bunk's avatar Adrian Bunk Committed by Eric Van Hensbergen
Browse files

9p: fix memleak in fs/9p/v9fs.c



This patch fixes a memory leak introduced by
commit ba17674f.

Spotted by the Coverity checker.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
parent b530cc79
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -162,6 +162,7 @@ static void v9fs_parse_options(struct v9fs_session_info *v9ses)
				if (*e != '\0')
					v9ses->uid = ~0;
			}
			kfree(s);
			break;

		default: