commit | a90e8b6fb80db43b029e1e76205452afa8bdc77a | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Tue Nov 08 16:47:55 2011 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Wed Nov 09 22:53:38 2011 +0200 |
tree | 98a546a79e439f984f43c15f1cd6fecc8a082412 | |
parent | 7fd2ae21a42d178982679b86086661292b4afe4a [diff] |
Btrfs: fix memory leak in btrfs_parse_early_options() Don't leak subvol_name string in case multiple subvol= options are given. "The lastest option is effective" behavior (consistent with subvolid= and subvolrootid= options) is preserved. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>