Skip to content
Snippets Groups Projects
Commit fde95747 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

plug leaks

parent 4e5eb991
Branches
Tags
No related merge requests found
......@@ -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 );
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment