]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#9924 slapo-deref: plug memleak
authorHoward Chu <hyc@openldap.org>
Thu, 29 Sep 2022 15:02:57 +0000 (16:02 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 29 Sep 2022 21:44:25 +0000 (21:44 +0000)
commite640ce282adeac1dfe211b00c8a20fcc6438af3a
treef9f0a11c15b54ccc769e571abe8f134a5257bd91
parenta779f148a0d103a4dd489bda5e1756bb1c7950c2
ITS#9924 slapo-deref: plug memleak

memory alloc'd by bvarray_dup must be freed by bvarray_free, not regular free.
servers/slapd/overlays/deref.c