[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#6453) OpenLDAP memory leak on LDAP_TIMEOUT



We found out that this call :

ldap_msgfree(res);

does not get executed because the LDAPMessage is NULL (res is null) in case the timeout is on the client side.

There is any other way to clean it?