]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/cmdparse: fix memory leak
authorSage Weil <sage@inktank.com>
Mon, 21 Oct 2013 16:21:57 +0000 (09:21 -0700)
committerSage Weil <sage@inktank.com>
Mon, 21 Oct 2013 16:21:57 +0000 (09:21 -0700)
commit687ecd8bf961c2b0e628251691056aff5581a7e3
tree7f1dae4d6f58e763c12f22d29a4e6e2a5bc66511
parentddfe67fe2aacd2a6d57476dc086f3b8bb519297e
common/cmdparse: fix memory leak

demangle is allocating with malloc() in this case.

Signed-off-by: Sage Weil <sage@inktank.com>
src/common/cmdparse.cc