From: Ondřej Kuzník Date: Tue, 1 Jun 2021 12:56:58 +0000 (+0100) Subject: ITS#6467 Free uuid list after we're finished X-Git-Tag: OPENLDAP_REL_ENG_2_6_0~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=726a2031334d066a6e463d7b992b6ca7b390e631;p=thirdparty%2Fopenldap.git ITS#6467 Free uuid list after we're finished --- diff --git a/servers/slapd/overlays/syncprov.c b/servers/slapd/overlays/syncprov.c index 8504012a63..02ba327dee 100644 --- a/servers/slapd/overlays/syncprov.c +++ b/servers/slapd/overlays/syncprov.c @@ -2334,6 +2334,7 @@ syncprov_play_accesslog( Operation *op, SlapReply *rs, sync_control *srs, rc = fop.o_bd->be_search( &fop, &frs ); + ldap_avl_free( uuid_progress.uuids, NULL ); fop.o_tmpfree( uuid_progress.uuid_buf, fop.o_tmpmemctx ); fop.o_tmpfree( uuid_progress.uuid_list, fop.o_tmpmemctx ); fop.o_tmpfree( fop.ors_filterstr.bv_val, fop.o_tmpmemctx );