libceph: fix parse options memory leak
authorNoah Watkins <noahwatkins@gmail.com>
Mon, 12 Sep 2011 21:51:53 +0000 (14:51 -0700)
committerSage Weil <sage@newdream.net>
Fri, 16 Sep 2011 16:19:53 +0000 (09:19 -0700)
commit1cad78932a0d139dceff78e68808e160a224d57a
tree04e9f05e82dfdb79b3b8de10962d4ae0aba06e32
parentc0d5f9db1c7d1b8a9e2f217706e8ea233bac2754
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>
net/ceph/ceph_common.c
This page took 0.025873 seconds and 5 git commands to generate.