[Bugs] [Bug 1287517] Memory leak in glusterd
bugzilla at redhat.com
bugzilla at redhat.com
Wed Feb 24 04:19:15 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1287517
--- Comment #49 from Vijay Bellur <vbellur at redhat.com> ---
COMMIT: http://review.gluster.org/12927 committed in master by Jeff Darcy
(jdarcy at redhat.com)
------
commit e38bf1bdeda3c7a89be3193ad62a72b9139358dd
Author: Gaurav Kumar Garg <garg.gaurav52 at gmail.com>
Date: Wed Dec 9 20:12:17 2015 +0530
glusterd: fixing few memory leak in glusterd
Current glusterd code base having memory leak. This is because of
memory allocate by dict_allocate_and_serialize function in
"gd_syncop_mgmt_v3_lock" and "gd_syncop_mgmt_v3_unlock"
function is not freeing up meory upon exit.
Fix is to free the memory after exit of the above function.
Thanx Carlos and Roman for finding out the issue and fix.
Change-Id: Id67aa794c84969830ca7ea8c2374f80c64d7a639
BUG: 1287517
Signed-off-by: Gaurav Kumar Garg <ggarg at redhat.com>
Signed-off-by: Carlos Chinea <carlos.chinea at nokia.com>
Signed-off-by: Roman Tereshonkov <roman.tereshonkov at nokia.com>
Reviewed-on: http://review.gluster.org/12927
Smoke: Gluster Build System <jenkins at build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
CentOS-regression: Gluster Build System <jenkins at build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy at redhat.com>
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LZjfLNx7V2&a=cc_unsubscribe
More information about the Bugs
mailing list