Here some patches to fix memory leaks in Ceph found by cppcheck.

Danny Al-Gaaf (6):
  common/fiemap.cc: fix realloc memory leak
  os/FileStore.cc: fix realloc memory leak in error case
  rgw/rgw_xml.cc: fix realloc memory leak in error case
  wireshark: fix some memory leaks
  SyntheticClient.cc: fix some memory leaks in the error handling
  rgw/rgw_rest.cc: fix 4K memory leak

 src/client/SyntheticClient.cc | 15 ++++++++++++---
 src/common/fiemap.cc          |  9 ++++++---
 src/os/FileStore.cc           |  7 +++++--
 src/rgw/rgw_rest.cc           |  4 +++-
 src/rgw/rgw_xml.cc            | 11 +++++++++--
 wireshark/ceph/packet-ceph.c  | 19 ++++++++++++++-----
 6 files changed, 49 insertions(+), 16 deletions(-)

-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to