Since a few months I notice when testing SAMBA the memory leak warning caused by the sam.ldb. Is this a serious error or bug? If not, there should be a way to suppress the annoying message.
I've fixed the cases that show up in 'make test' and suppressed the warning that shows during provision in -r 24246 Thanks!
Sorry, but it seems not to be completely fixed. I retried two times the provisioning and got: WARNING: probable memory leak in ldb /usr/local/samba/private/sam.ldb - 20173 blocks (startup 5820) 404112 bytes
Also, in normal SAMBA execution for example: WARNING: probable memory leak in ldb /usr/local/samba/private/sam.ldb - 28036 blocks (startup 901) 499537 bytes WARNING: probable memory leak in ldb /usr/local/samba/private/sam.ldb - 3182 blocks (startup 901) 55412 bytes
This was actually a new bug, caused by my work on objectCategory. I've fixed this (I hope) in -r 24567.