mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
plug leaks
This commit is contained in:
parent
4e5eb991eb
commit
fde95747cb
1 changed files with 2 additions and 0 deletions
|
|
@ -319,6 +319,8 @@ rewrite_session_free( void *v_session )
|
|||
ldap_pvt_thread_mutex_unlock( &session->ls_mutex );
|
||||
ldap_pvt_thread_mutex_destroy( &session->ls_mutex );
|
||||
#endif /* USE_REWRITE_LDAP_PVT_THREADS */
|
||||
|
||||
free( session );
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue