commit | 84ae6f829fc2b23dd4985ab059cddfd4a1ccc14f | [log] [tgz] |
---|---|---|
author | Chengguang Xu <cgxu519@gmx.com> | Tue May 22 12:24:25 2018 +0800 |
committer | David Sterba <dsterba@suse.com> | Mon May 28 12:36:41 2018 +0200 |
tree | 24b09f9e02ad881459cd15cc891a2ad6c2c4043c | |
parent | b50694381cfc22dce3a60a291cdae294a5e5777c [diff] |
affs: fix potential memory leak when parsing option 'prefix' When specifying option 'prefix' multiple times, current option parsing will cause memory leak. Hence, call kfree for previous one in this case. Signed-off-by: Chengguang Xu <cgxu519@gmx.com> Signed-off-by: David Sterba <dsterba@suse.com>