[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: slapd (back-bdb) leaks memory on high modify load (ITS#3213)



I just committed a fix to servers/slapd/back-bdb/modify.c (1.109) that solves 
the problem for me. It seems that the copy of e_attrs (created by 
bdb_modify_internal) was not disposed when a transaction had to be retried.