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

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



--0-1999948331-1264610847=:54320
Content-Type: text/plain; charset=us-ascii

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?



      
--0-1999948331-1264610847=:54320
Content-Type: text/html; charset=us-ascii

<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">We found out that this call :<br><br>ldap_msgfree(res);<br><br>does not get executed because the LDAPMessage is NULL (res is null) in case the timeout is on the client side.<br><br>There is any other way to clean it?<br></td></tr></table><br>

      
--0-1999948331-1264610847=:54320--