[Bugs] [Bug 1287517] Memory leak in glusterd

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 22 14:42:46 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1287517



--- Comment #26 from Roman Tereshonkov <tereshonkov.roman at gmail.com> ---
Created attachment 1108655
  --> https://bugzilla.redhat.com/attachment.cgi?id=1108655&action=edit
Fix glusterd 3.7.6 memory leaks in the serialized buffer.

Fix glusterd 3.7.6 memory leaks in the serialized buffer.

Memory is allocated by dict_allocate_and_serialize function and
pointer is assigned to req.dict.dict_val variable.
On exit this memory has to be freed.

These leaks can be observed by command usage:
glusterd volume status all
The order of leaks ~ 2K per command run.

-- 
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=LYFb7FCCQG&a=cc_unsubscribe


More information about the Bugs mailing list