diff options
Diffstat (limited to 'net/ceph/ceph_common.c')
| -rw-r--r-- | net/ceph/ceph_common.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ceph/ceph_common.c b/net/ceph/ceph_common.c index 132963abc26..2883ea01e68 100644 --- a/net/ceph/ceph_common.c +++ b/net/ceph/ceph_common.c @@ -232,6 +232,7 @@ void ceph_destroy_options(struct ceph_options *opt)  		ceph_crypto_key_destroy(opt->key);  		kfree(opt->key);  	} +	kfree(opt->mon_addr);  	kfree(opt);  }  EXPORT_SYMBOL(ceph_destroy_options);  |