[Bugs] [Bug 1442411] New: meta xlator leaks memory when unloaded
bugzilla at redhat.com
bugzilla at redhat.com
Fri Apr 14 15:27:54 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1442411
Bug ID: 1442411
Summary: meta xlator leaks memory when unloaded
Product: GlusterFS
Version: mainline
Component: core
Keywords: Triaged
Assignee: ndevos at redhat.com
Reporter: ndevos at redhat.com
CC: bugs at gluster.org
Blocks: 1425623
Created attachment 1271695
--> https://bugzilla.redhat.com/attachment.cgi?id=1271695&action=edit
snippet of Valgrind output
Description of problem:
the meta xlator allocates a (xlator_t *this)->private structure in init(), but
does not free it in fini(). This means that upon every unload of the xlator 80
bytes get lost.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1425623
[Bug 1425623] Free all xlator specific resources when xlator->fini() gets
called
--
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=rxzdTAEaa7&a=cc_unsubscribe
More information about the Bugs
mailing list