commit | 37b22c28946046e587c12b2b5bdaba7062e23f75 | [log] [tgz] |
---|---|---|
author | Chengguang Xu <cgxu519@gmx.com> | Wed Nov 14 07:33:09 2018 +0800 |
committer | Shaohua Li <shli@fb.com> | Thu Dec 20 08:53:24 2018 -0800 |
tree | a56b3806721628ea989eb9ab7a07fc01a0a18319 | |
parent | be85f93ae2df32dea0b20908316f1d894c3e0f64 [diff] |
md: remvoe redundant condition check mempool_destroy() can handle NULL pointer correctly, so there is no need to check NULL pointer before calling mempool_destroy(). Signed-off-by: Chengguang Xu <cgxu519@gmx.com> Signed-off-by: Shaohua Li <shli@fb.com>