ext4: fix memory leak when quota options are specified multiple times
authorChen Gang <gang.chen@asianux.com>
Fri, 25 Jan 2013 04:24:58 +0000 (23:24 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 25 Jan 2013 04:24:58 +0000 (23:24 -0500)
When usrjquota or grpjquota mount options are specified several times,
we leak memory storing the names. Free the memory correctly.

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>

No differences found