commit | 4ac7a65f8070098187b1e2afa992848366aae079 | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@fb.com> | Fri Jan 22 15:54:42 2016 -0800 |
committer | Shaohua Li <shli@fb.com> | Sun Jan 24 18:13:18 2016 -0800 |
tree | 8849ccc28d50cde6f814b7280ac820a538fc30ec | |
parent | 6a84f57241e1fb9fb6772256f538d1073359a32d [diff] |
md-cluster: fix missing memory free There are several places we allocate dlm_lock_resource, but not free it. leave() need free a lock resource too (from Guoqing) Cc: Goldwyn Rodrigues <rgoldwyn@suse.com> Cc: Guoqing Jiang <gqjiang@suse.com> Cc: NeilBrown <neilb@suse.com> Signed-off-by: Shaohua Li <shli@fb.com>