mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
silence valgrind
This commit is contained in:
parent
ce4f5abb6e
commit
41aa82350e
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ vc_exop(
|
|||
} else {
|
||||
void *thrctx;
|
||||
|
||||
conn = (vc_conn_t *)SLAP_MALLOC( sizeof( vc_conn_t ) );
|
||||
conn = (vc_conn_t *)SLAP_CALLOC( 1, sizeof( vc_conn_t ) );
|
||||
conn->refcnt = 1;
|
||||
|
||||
thrctx = ldap_pvt_thread_pool_context();
|
||||
|
|
|
|||
Loading…
Reference in a new issue