Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libceph: fix parse options memory leak
ceph_destroy_options does not free opt->mon_addr that is allocated in ceph_parse_options. Signed-off-by: Noah Watkins <noahwatkins@gmail.com> Signed-off-by: Sage Weil <sage@newdream.net>
- Loading branch information