A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via efc52da498317495e48ac4d3fb0917b8137d97f6 (commit) via 53d6effc05ca1654b3a7a2b4a1b7fbad794b861f (commit) from b83dfcff5ebc43241e918805d27f3eede66e38ac (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit efc52da498317495e48ac4d3fb0917b8137d97f6 Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Nov 3 15:08:21 2011 -0700
ITS#6437
commit 53d6effc05ca1654b3a7a2b4a1b7fbad794b861f Author: Howard Chu hyc@openldap.org Date: Thu Sep 8 21:39:45 2011 -0700
Add Valgrind mempool support.
Compile with -DUSE_VALGRIND. It will attempt to keep Valgrind informed of our memory allocations. Frees are trickier since they may be deferred indefinitely.
-----------------------------------------------------------------------
Summary of changes: CHANGES | 1 + servers/slapd/sl_malloc.c | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 0 deletions(-)