[Bugs] [Bug 1442411] meta xlator leaks memory when unloaded

bugzilla at redhat.com bugzilla at redhat.com
Fri Apr 14 21:35:37 UTC 2017


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



--- Comment #2 from Worker Ant <bugzilla-bot at gluster.org> ---
COMMIT: https://review.gluster.org/17061 committed in master by Jeff Darcy
(jeff at pl.atyp.us) 
------
commit d7f0ead43969e755d07ae92c669d63527a58c572
Author: Niels de Vos <ndevos at redhat.com>
Date:   Fri Apr 14 17:19:47 2017 +0200

    meta: free this->private in fini()

    For every graph switch or de-init (includes calling `glfs_fini`) the
    meta_priv_t structure (80 bytes on x86_64) leaks. Because it is
    allocated in the `init()` funtion, it should be free'd in `fini()`.

    Change-Id: Ie45a9c9a520d55bebd0eb04c2ac667bc8c1c5acb
    BUG: 1442411
    Signed-off-by: Niels de Vos <ndevos at redhat.com>
    Reviewed-on: https://review.gluster.org/17061
    Smoke: Gluster Build System <jenkins at build.gluster.org>
    NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
    CentOS-regression: Gluster Build System <jenkins at build.gluster.org>
    Reviewed-by: Jeff Darcy <jeff at pl.atyp.us>

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


More information about the Bugs mailing list