]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: fix typo which causes a memory leak on error path
authorDan Carpenter <error27@gmail.com>
Tue, 2 Jun 2009 12:09:28 +0000 (08:09 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Jun 2009 03:01:55 +0000 (20:01 -0700)
commit1a7112dad612fff39a34507f1b3032fa4690c31a
treebfd44ff508ffc7b0a446cbd5333f270823550f14
parent22b2e568cf630a9c5c5d229fc56fa88ace5658e0
ext4: fix typo which causes a memory leak on error path

upstream commit: a7b19448ddbdc34b2b8fedc048ba154ca798667b

This was found by smatch (http://repo.or.cz/w/smatch.git/)

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@kernel.org
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/mballoc.c